Skip to content

Commit

Permalink
Merge pull request #449 from mjura/v2.8-defaultregistry
Browse files Browse the repository at this point in the history
[v2.8] Update systemDefaultRegistry in helm chart
  • Loading branch information
mjura authored May 8, 2024
2 parents b5ddce5 + e5f3e66 commit 7572b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gke-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
runAsUser: 1007
containers:
- name: rancher-gke-operator
image: {{ template "system_default_registry" . }}{{ .Values.gkeOperator.image.repository }}:{{ .Values.gkeOperator.image.tag }}
image: '{{ template "system_default_registry" $ }}{{ $.Values.gkeOperator.image.repository }}:{{ $.Values.gkeOperator.image.tag }}'
imagePullPolicy: IfNotPresent
env:
- name: HTTP_PROXY
Expand Down

0 comments on commit 7572b48

Please sign in to comment.