Skip to content

Commit 4620bd2

Browse files
committed
Update charts with latest changes
1 parent a28df9c commit 4620bd2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

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.10.26
18+
version: 2025.10.27
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/outpostController.deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ spec:
3838
args:
3939
- --outpostID={{ .Values.outpostId }}
4040
- --region={{ .Values.clusterRegion }}
41+
{{- if not .Values.outpostController.useCAHashTunnelID }}
4142
- --clusterName={{ .Values.clusterName }}
43+
{{- end }}
4244
env:
4345
- name: WIZ_ENV
4446
value: {{ .Values.env | quote }}

wiz-outpost-configuration/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ networkAnalyzer:
8080
outpostController:
8181
enabled: false
8282
serviceAccountName: outpost-controller-sa
83+
# Use CA hash-based tunnel ID instead of clusterName (default: false for backward compatibility)
84+
useCAHashTunnelID: false
8385
image:
8486
repository: public-registry.wiz.io
8587
name: wiz-outpost-controller

0 commit comments

Comments
 (0)