1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

fix: helm template for cleanup jobs image (#7430)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2023-06-06 15:04:36 +02:00 committed by GitHub
parent 9d0d2491b5
commit c11db51836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ spec:
{{- end }}
containers:
- name: cleanup
image: {{ template "kyverno.image" .Values.cleanupJobs.admissionReports }}
image: {{ (include "kyverno.image" .Values.cleanupJobs.admissionReports) | quote }}
imagePullPolicy: {{ .Values.cleanupJobs.admissionReports.image.pullPolicy }}
command:
- /bin/sh

View file

@ -27,7 +27,7 @@ spec:
{{- end }}
containers:
- name: cleanup
image: {{ template "kyverno.image" .Values.cleanupJobs.clusterAdmissionReports }}
image: {{ (include "kyverno.image" .Values.cleanupJobs.clusterAdmissionReports) | quote }}
imagePullPolicy: {{ .Values.cleanupJobs.clusterAdmissionReports.image.pullPolicy }}
command:
- /bin/sh

View file

@ -37717,7 +37717,7 @@ spec:
serviceAccountName: kyverno-cleanup-jobs
containers:
- name: cleanup
image: bitnami/kubectl:1.26.4
image: "bitnami/kubectl:1.26.4"
imagePullPolicy:
command:
- /bin/sh
@ -37764,7 +37764,7 @@ spec:
serviceAccountName: kyverno-cleanup-jobs
containers:
- name: cleanup
image: bitnami/kubectl:1.26.4
image: "bitnami/kubectl:1.26.4"
imagePullPolicy:
command:
- /bin/sh