We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07e472 commit 9d91c9aCopy full SHA for 9d91c9a
plural/helm/plural/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: plural
3
description: A helm chart for installing plural
4
appVersion: 0.11.4
5
-version: 0.10.87
+version: 0.10.88
6
dependencies:
7
- name: hydra
8
version: 0.26.5
plural/helm/plural/templates/migration.yaml
@@ -59,7 +59,7 @@ spec:
59
apiVersion: batch/v1
60
kind: Job
61
metadata:
62
- name: hydra-migration-{{ randAlphaNum 4 | lower }}
+ name: hydra-migration-{{ .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 }}
63
spec:
64
backoffLimit: 10
65
template:
0 commit comments