File tree Expand file tree Collapse file tree 3 files changed +5
-19
lines changed
Expand file tree Collapse file tree 3 files changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : cloudstack-csi
33description : A Helm chart for Kubernetes
44type : application
5- version : 1.1.0
5+ version : 1.1.1
66appVersion : 0.5.0
77sources :
88 - https://github.com/Leaseweb/cloudstack-csi-driver
Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ spec:
169169 affinity : {{ toYaml .Values.node.affinity | nindent 8 }}
170170 nodeSelector : {{ toYaml .Values.node.nodeSelector | nindent 8 }}
171171 tolerations : {{ toYaml .Values.node.tolerations | nindent 8 }}
172- dnsPolicy : {{ .Values.node.dnsPolicy }}
173172 {{- with .Values.node.hostAliases }}
174173 hostAliases :
175174 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -46,10 +46,7 @@ controller:
4646 repository : ghcr.io/leaseweb/cloudstack-csi-driver
4747 pullPolicy : IfNotPresent
4848 # tag: 0.4.1 # defaults to .Chart.AppVersion
49- volumeMounts :
50- - name : cacert
51- mountPath : /etc/cacert
52- readOnly : true
49+ volumeMounts : {}
5350 resources : {}
5451 extraArgs : {}
5552
@@ -80,10 +77,7 @@ controller:
8077 # seccompProfile:
8178 # type: RuntimeDefault
8279 # readOnlyRootFilesystem: true
83- volumes :
84- - name : cacert
85- hostPath :
86- path : /etc/cacert
80+ volumes : {}
8781 affinity : {}
8882 nodeSelector : {}
8983 tolerations : []
@@ -110,15 +104,8 @@ node:
110104 # tag: 0.4.1 # defaults to .Chart.AppVersion
111105 resources : {}
112106 extraArgs : {}
113- volumeMounts :
114- - name : cacert
115- mountPath : /etc/cacert
116- readOnly : true
117- volumes :
118- - name : cacert
119- hostPath :
120- path : /etc/cacert
121- dnsPolicy : ClusterFirstWithHostNet
107+ volumeMounts : {}
108+ volumes : {}
122109 priorityClassName : " "
123110 podSecurityContext : {}
124111
You can’t perform that action at this time.
0 commit comments