mirror of https://git.rancher.io/charts
14 lines
580 B
Diff
14 lines
580 B
Diff
--- charts-original/templates/upgrade-crds-hook.yaml
|
|
+++ charts/templates/upgrade-crds-hook.yaml
|
|
@@ -72,8 +72,8 @@
|
|
restartPolicy: Never
|
|
containers:
|
|
- name: crds-upgrade
|
|
- image: '{{ .Values.image.crdRepository }}:{{ .Values.image.release }}'
|
|
- imagePullPolicy: '{{ .Values.image.pullPolicy }}'
|
|
+ image: '{{ template "system_default_registry" . }}{{ .Values.images.gatekeepercrd.repository }}:{{ .Values.images.gatekeepercrd.tag }}'
|
|
+ imagePullPolicy: '{{ .Values.images.pullPolicy }}'
|
|
args:
|
|
- apply
|
|
- -f
|