Skip to content

Commit 710d31a

Browse files
authored
Update charts with latest changes (#615)
1 parent 8919671 commit 710d31a

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

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.2.93
5+
version: 0.2.92
66
appVersion: ""
77

88
# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor

wiz-outpost-configuration/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: 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

wiz-outpost-configuration/templates/httpProxyConfiguration.secret.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ data:
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 }}

wiz-outpost-configuration/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1923
agent:
2024
enabled: false

0 commit comments

Comments
 (0)