2021-09-16 23:57:00 +00:00
|
|
|
--- charts-original/templates/upgrade-crds-hook.yaml
|
|
|
|
+++ charts/templates/upgrade-crds-hook.yaml
|
2022-04-08 11:22:59 +00:00
|
|
|
@@ -75,14 +75,14 @@
|
|
|
|
spec:
|
|
|
|
serviceAccountName: gatekeeper-admin-upgrade-crds
|
2021-09-16 23:57:00 +00:00
|
|
|
restartPolicy: Never
|
2022-04-08 11:22:59 +00:00
|
|
|
- {{- if .Values.image.pullSecrets }}
|
|
|
|
+ {{- if .Values.images.pullSecrets }}
|
|
|
|
imagePullSecrets:
|
|
|
|
- {{- toYaml .Values.image.pullSecrets | nindent 8 }}
|
|
|
|
+ {{- toYaml .Values.images.pullSecrets | nindent 8 }}
|
|
|
|
{{- end }}
|
2021-09-16 23:57:00 +00:00
|
|
|
containers:
|
|
|
|
- name: crds-upgrade
|
|
|
|
- image: '{{ .Values.image.crdRepository }}:{{ .Values.image.release }}'
|
2021-09-30 13:12:04 +00:00
|
|
|
- imagePullPolicy: '{{ .Values.image.pullPolicy }}'
|
|
|
|
+ image: '{{ template "system_default_registry" . }}{{ .Values.images.gatekeepercrd.repository }}:{{ .Values.images.gatekeepercrd.tag }}'
|
|
|
|
+ imagePullPolicy: '{{ .Values.images.pullPolicy }}'
|
2021-09-16 23:57:00 +00:00
|
|
|
args:
|
|
|
|
- apply
|
2021-09-30 13:12:04 +00:00
|
|
|
- -f
|