Skip to content

Commit

Permalink
Merge pull request #448 from mjura/v2.9-defaultregistry
Browse files Browse the repository at this point in the history
[v2.9] Update systemDefaultRegistry in helm chart
  • Loading branch information
mjura authored May 8, 2024
2 parents 1c96a5c + 2ae3a48 commit deb6ad3
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 deb6ad3

Please sign in to comment.