File tree Expand file tree Collapse file tree 6 files changed +22
-7
lines changed
wiz-kubernetes-integration Expand file tree Collapse file tree 6 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : " wiz-broker"
33description : Wiz Broker for tunneling http traffic to Wiz backend
44type : application
5- version : 2.4.0
5+ version : 2.4.1
66appVersion : " 2.8"
77dependencies :
88 - name : wiz-common
Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ spec:
144144 value : " true"
145145 - name : WIZ_OUTPOST_ID
146146 value : {{ .Values.managed.outpostId | quote }}
147+ - name : WIZ_ON_CALL_CLUSTER_ID
148+ value : {{ .Values.managed.oncallClusterID | quote }}
147149 {{- end }}
148150 - name : TARGET_IP
149151 value : {{ .Values.targetIp }}
@@ -175,6 +177,18 @@ spec:
175177 {{- with .Values.podCustomEnvironmentVariables }}
176178 {{- toYaml . | nindent 10 }}
177179 {{- end }}
180+ - name : K8S_POD_NAME
181+ valueFrom :
182+ fieldRef :
183+ fieldPath : metadata.name
184+ - name : NODE_NAME
185+ valueFrom :
186+ fieldRef :
187+ fieldPath : spec.nodeName
188+ - name : K8S_NAMESPACE
189+ valueFrom :
190+ fieldRef :
191+ fieldPath : metadata.namespace
178192 {{- include "wiz-common.renderResources" (list .Values.resources (index .Values.global "wiz-kubernetes-connector" "resources")) | nindent 10 -}}
179193 {{- with (coalesce .Values.global.nodeSelector .Values.nodeSelector) }}
180194 nodeSelector :
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ managed:
139139 enabled : false
140140 # Relevant only for wiz-managed brokers
141141 outpostId : " "
142+ oncallClusterID : " "
142143
143144resources : {}
144145 # We usually recommend not to specify default resources and to leave this as a conscious
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 : 3.4.0
18+ version : 3.4.1
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
@@ -27,7 +27,7 @@ dependencies:
2727 - name : wiz-broker
2828 repository : https://wiz-sec.github.io/charts
2929# repository: "file://../wiz-broker" # Use this line to test the chart locally
30- version : " 2.4.0 "
30+ version : " 2.4.1 "
3131 condition : wiz-broker.enabled
3232 - name : wiz-common
3333 version : " 0.1.9"
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.105
5+ version : 0.2.106
66appVersion : " "
77# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
88dependencies :
@@ -16,5 +16,5 @@ dependencies:
1616 condition : wiz-admission-controller.enabled
1717 - name : wiz-sensor
1818 repository : https://wiz-sec.github.io/charts
19- version : " >=1.0.7500 "
19+ version : " >=1.0.7501 "
2020 condition : wiz-sensor.enabled
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: wiz-sensor
33description : Wiz Sensor helm chart
44type : application
55home : https://www.wiz.io/
6- version : 1.0.7500
6+ version : 1.0.7501
77appVersion : 1.0.7500
88annotations :
9- diskScanAppVersion : 1.1.21
9+ diskScanAppVersion : 1.1.22
You can’t perform that action at this time.
0 commit comments