File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.8
4
+ - Add service account name to pod.
5
+
3
6
## 2.0.7
4
7
- All deployment secrets are optional now. You can use ` env ` in your ` values.yaml ` instead, or leave it empty.
5
8
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 : 2.0.7
18
+ version : 2.0.8
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 32
32
{{- if .Values.ugc.extraInitContainers }}
33
33
{{ include "common.tplvalues.render" (dict "value" .Values.ugc.extraInitContainers "context" $) | nindent 8 }}
34
34
{{- end }}
35
+ serviceAccountName : {{ include "sophora-ugc.serviceAccountName" . }}
35
36
containers :
36
37
- name : {{ .Chart.Name }}
37
38
image : " {{ .Values.ugc.image.repository }}:{{ .Values.ugc.image.tag | default .Chart.AppVersion }}"
You can’t perform that action at this time.
0 commit comments