Skip to content

Commit 4f0925a

Browse files
authored
fix: always use the 24.7.0 version of the tools image because testing PR artifacts breaks otherwise (#480)
1 parent eb757ef commit 4f0925a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/secret-operator/templates/secret_migration_job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
{{- toYaml .Values.podSecurityContext | nindent 8 }}
3131
containers:
3232
- name: migrate-secret
33-
image: "{{ .Values.secretMigrationJob.image.repository }}:1.0.0-stackable{{ .Chart.AppVersion }}"
33+
image: "{{ .Values.secretMigrationJob.image.repository }}:1.0.0-stackable24.7.0"
3434
imagePullPolicy: {{ .Values.secretMigrationJob.image.pullPolicy }}
3535
resources:
3636
{{ .Values.secretMigrationJob.resources | toYaml | nindent 12 }}

0 commit comments

Comments
 (0)