File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
wiz-outpost-configuration Expand file tree Collapse file tree 3 files changed +5
-1
lines changed 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.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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ networkAnalyzer:
8080outpostController :
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
You can’t perform that action at this time.
0 commit comments