File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ type: application
6
6
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
- version : 1.0.4
9
+ version : 1.0.5
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 14
14
labels :
15
15
{{- include "webhook-receiver.selectorLabels" . | nindent 8 }}
16
16
spec :
17
- imagePullSecrets :
18
- - name : {{ .Values.imagePullSecret }}
19
17
serviceAccountName : {{ include "webhook-receiver.serviceAccountName" . }}
20
18
securityContext :
21
19
{{- toYaml .Values.podSecurityContext | nindent 8 }}
You can’t perform that action at this time.
0 commit comments