We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b851af commit 578c04bCopy full SHA for 578c04b
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.8
5
-version: 0.10.97
+version: 0.10.98
6
dependencies:
7
- name: hydra
8
version: 0.26.5
plural/helm/plural/templates/_helpers.tpl
@@ -93,7 +93,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
93
{{- end -}}
94
95
{{- define "plural.migration-name" -}}
96
-plural-migration-{{ .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 }}
+plural-migration-{{ .Values.global.tag | default .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 }}
97
98
99
{{- define "plural.wait-for-migration" -}}
0 commit comments