File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : plural
3
3
description : A helm chart for installing plural
4
4
appVersion : 0.11.4
5
- version : 0.10.83
5
+ version : 0.10.84
6
6
dependencies :
7
7
- name : hydra
8
8
version : 0.26.5
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
48
48
{ {- define " plural.env" -} }
49
49
- name: HOST
50
50
value: { { .Values.ingress.dns } }
51
- - name: DEPLOYED_AT
52
- value: { { now | unixEpoch | quote } }
53
51
- name: NAMESPACE
54
52
valueFrom:
55
53
fieldRef:
@@ -95,7 +93,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
95
93
{ {- end -} }
96
94
97
95
{ {- define " plural.migration-name" -} }
98
- plural-migration-{ { .Release.Revision } }
96
+ plural-migration-{ { .Values.image.tag | default .Chart.AppVersion | sha256sum | trunc 8 } }
99
97
{ {- end -} }
100
98
101
99
{ {- define " plural.wait-for-migration" -} }
Original file line number Diff line number Diff line change @@ -41,16 +41,12 @@ spec:
41
41
- name : STORAGE
42
42
value : {{ .Values.provider }}
43
43
{{ end }}
44
- - name : STORAGE_GOOGLE_BUCKET
45
- value : {{ .Values.chartmuseum.bucket }}
46
44
- name : STORAGE_GOOGLE_BUCKET
47
45
value : {{ .Values.chartmuseum.bucket }}
48
46
- name : STORAGE_GOOGLE_PREFIX
49
47
value : " "
50
48
- name : STORAGE_AMAZON_BUCKET
51
49
value : {{ .Values.chartmuseum.bucket }}
52
- - name : STORAGE_AMAZON_BUCKET
53
- value : {{ .Values.chartmuseum.bucket }}
54
50
- name : STORAGE_AMAZON_PREFIX
55
51
value : " "
56
52
- name : STORAGE_AMAZON_REGION
You can’t perform that action at this time.
0 commit comments