File tree Expand file tree Collapse file tree
wiz-kubernetes-integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 4.0.5
18+ version : 4.0.6
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -91,14 +91,12 @@ spec:
9191 {{- include "wiz-common.renderResources" (list .Values.resources (index .Values.global "wiz-kubernetes-connector" "resources")) | nindent 14 }}
9292 volumeMounts :
9393 {{- include "wiz-kubernetes-connector.spec.common.volumeMounts" . | trim | nindent 14 }}
94- {{- if or .Values.autoCreateConnector.customVolumeMounts .Values.global.customVolumeMounts }}
9594 {{- with .Values.autoCreateConnector.customVolumeMounts }}
9695 {{- toYaml . | nindent 14 }}
9796 {{- end -}}
9897 {{- with .Values.global.customVolumeMounts }}
9998 {{- toYaml . | nindent 14 }}
10099 {{- end }}
101- {{- end }}
102100 {{- with (coalesce .Values.global.nodeSelector .Values.nodeSelector) }}
103101 nodeSelector :
104102 {{- toYaml . | nindent 12 }}
@@ -121,4 +119,10 @@ spec:
121119 {{- if $volumes -}}
122120 {{ $volumes | nindent 12 }}
123121 {{- end -}}
122+ {{ with .Values.global.customVolumes }}
123+ {{- toYaml . | nindent 12 }}
124+ {{- end }}
125+ {{ with .Values.autoCreateConnector.customVolumes }}
126+ {{- toYaml . | nindent 12 }}
127+ {{- end }}
124128 {{- end }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : wiz-kubernetes-integration
33description : A Helm chart for Kubernetes
44type : application
5- version : 0.3.45
5+ version : 0.3.46
66appVersion : " "
77# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
88dependencies :
You can’t perform that action at this time.
0 commit comments