File tree 4 files changed +6
-12
lines changed
4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.0
18
+ version : 0.1.1
19
19
20
20
maintainers :
21
21
- name : 0xDones
Original file line number Diff line number Diff line change 1
1
# zenrock-mpc
2
2
3
- ![ Version: 0.1.0 ] ( https://img.shields.io/badge/Version-0.1.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3
+ ![ Version: 0.1.1 ] ( https://img.shields.io/badge/Version-0.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
4
4
5
5
A Helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -62,10 +62,3 @@ Create the name of the service account to use
62
62
{ {- default " default" .Values.serviceAccount.name } }
63
63
{ {- end } }
64
64
{ {- end } }
65
-
66
- { {/*
67
- Some changes for upgrade docker image without any changes in helm
68
- */} }
69
- { {- define " zenrock-mpc.annotations" -} }
70
- releaseTime: { { dateInZone " 2006-01-02 15:04:05Z" (now) " UTC" | quote } }
71
- { {- end } }
Original file line number Diff line number Diff line change @@ -24,11 +24,10 @@ spec:
24
24
{{- include "zenrock-mpc.selectorLabels" . | nindent 6 }}
25
25
template :
26
26
metadata :
27
+ {{- with .Values.podAnnotations }}
27
28
annotations :
28
- {{- include "zenrock-mpc.annotations" . | nindent 8 }}
29
- {{- with .Values.podAnnotations }}
30
29
{{- toYaml . | nindent 8 }}
31
- {{- end }}
30
+ {{- end }}
32
31
labels :
33
32
{{- include "zenrock-mpc.selectorLabels" . | nindent 8 }}
34
33
{{- if .Values.commonLabels }}
41
40
{{- end }}
42
41
{{- if .Values.serviceAccount.name }}
43
42
serviceAccountName : {{ .Values.serviceAccount.name }}
43
+ {{- else }}
44
+ serviceAccountName : {{ include "zenrock-mpc.fullname" . }}
44
45
{{- end }}
45
46
securityContext :
46
47
{{- toYaml .Values.podSecurityContext | nindent 8 }}
You can’t perform that action at this time.
0 commit comments