Skip to content

Commit 578c04b

Browse files
Fix migration name generation (#1346)
1 parent 9b851af commit 578c04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plural/helm/plural/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: plural
33
description: A helm chart for installing plural
44
appVersion: 0.11.8
5-
version: 0.10.97
5+
version: 0.10.98
66
dependencies:
77
- name: hydra
88
version: 0.26.5

plural/helm/plural/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
9393
{{- end -}}
9494

9595
{{- define "plural.migration-name" -}}
96-
plural-migration-{{ .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 }}
96+
plural-migration-{{ .Values.global.tag | default .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 }}
9797
{{- end -}}
9898

9999
{{- define "plural.wait-for-migration" -}}

0 commit comments

Comments
 (0)