Skip to content

Commit dd2d2cb

Browse files
committed
Update charts with latest changes
1 parent 0d02d5c commit dd2d2cb

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

wiz-kubernetes-connector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

wiz-kubernetes-connector/templates/job-refresh-token.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

wiz-kubernetes-integration/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: wiz-kubernetes-integration
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.3.45
5+
version: 0.3.46
66
appVersion: ""
77
# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
88
dependencies:

0 commit comments

Comments
 (0)