We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb757ef commit 4f0925aCopy full SHA for 4f0925a
deploy/helm/secret-operator/templates/secret_migration_job.yaml
@@ -30,7 +30,7 @@ spec:
30
{{- toYaml .Values.podSecurityContext | nindent 8 }}
31
containers:
32
- name: migrate-secret
33
- image: "{{ .Values.secretMigrationJob.image.repository }}:1.0.0-stackable{{ .Chart.AppVersion }}"
+ image: "{{ .Values.secretMigrationJob.image.repository }}:1.0.0-stackable24.7.0"
34
imagePullPolicy: {{ .Values.secretMigrationJob.image.pullPolicy }}
35
resources:
36
{{ .Values.secretMigrationJob.resources | toYaml | nindent 12 }}
0 commit comments