Skip to content

Commit 3f90c2c

Browse files
committed
Update charts with latest changes
1 parent 3c41406 commit 3f90c2c

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed

wiz-broker/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-broker"
33
description: Wiz Broker for tunneling http traffic to Wiz backend
44
type: application
5-
version: 2.4.0
5+
version: 2.4.1
66
appVersion: "2.8"
77
dependencies:
88
- name: wiz-common

wiz-broker/templates/wiz-broker-deployment.yaml

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

wiz-broker/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ managed:
139139
enabled: false
140140
# Relevant only for wiz-managed brokers
141141
outpostId: ""
142+
oncallClusterID: ""
142143

143144
resources: {}
144145
# We usually recommend not to specify default resources and to leave this as a conscious

wiz-kubernetes-connector/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 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"

wiz-kubernetes-integration/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.105
5+
version: 0.2.106
66
appVersion: ""
77
# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
88
dependencies:
@@ -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

wiz-sensor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: wiz-sensor
33
description: Wiz Sensor helm chart
44
type: application
55
home: https://www.wiz.io/
6-
version: 1.0.7500
6+
version: 1.0.7501
77
appVersion: 1.0.7500
88
annotations:
9-
diskScanAppVersion: 1.1.21
9+
diskScanAppVersion: 1.1.22

0 commit comments

Comments
 (0)