Skip to content

Commit

Permalink
Revert "Possible to pull cleaner image from seperate registry (#838)"
Browse files Browse the repository at this point in the history
This reverts commit dd736a1.
  • Loading branch information
tamalsaha committed Jan 31, 2024
1 parent dd736a1 commit 04927cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubedb-crd-manager/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Returns the registry used for image docker image
Returns the registry used for cleaner docker image
*/}}
{{- define "cleaner.registry" -}}
{{- list .Values.cleaner.registryFQDN .Values.cleaner.registry | compact | join "/" }}
{{- list .Values.registryFQDN .Values.cleaner.registry | compact | join "/" }}
{{- end }}

{{- define "docker.imagePullSecrets" -}}
Expand Down
1 change: 0 additions & 1 deletion charts/kubedb-crd-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
cleaner:
registryFQDN: ghcr.io
# Docker registry used to pull Webhook cleaner image
registry: appscode
# Webhook cleaner container image
Expand Down

0 comments on commit 04927cb

Please sign in to comment.