File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
wiz-kubernetes-integration
wiz-outpost-configuration Expand file tree Collapse file tree 4 files changed +11
-2
lines changed 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.2.93
5+ version : 0.2.92
66appVersion : " "
77
88# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
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 : 2025.02.12
18+ version : 2025.04.29
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 3131 {{- else }}
3232 caCertificate : " "
3333 {{- end }}
34+ {{- if .Values.httpProxyConfiguration.clientCertificate }}
35+ clientCertificate : {{ .Values.httpProxyConfiguration.clientCertificate | b64enc | quote }}
36+ {{- else }}
37+ clientCertificate : " "
38+ {{- end }}
3439{{- end }}
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ httpProxyConfiguration:
1515 # --- BEGIN CERTIFICATE ---
1616 # replaceme
1717 # --- END CERTIFICATE ---
18+ # clientCertificate: |
19+ # --- BEGIN CERTIFICATE ---
20+ # replaceme
21+ # --- END CERTIFICATE ---
1822
1923agent :
2024 enabled : false
You can’t perform that action at this time.
0 commit comments