Skip to content

Commit f12b35d

Browse files
committed
Update charts with latest changes
1 parent 579fa91 commit f12b35d

11 files changed

Lines changed: 45 additions & 16 deletions

File tree

flux2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name: flux2
88
sources:
99
- https://github.com/fluxcd-community/helm-charts
1010
type: application
11-
version: 2026.7.1
11+
version: 2026.7.9
1212
dependencies:
1313
- name: wiz-outpost-common
14-
version: 2026.7.1
14+
version: 2026.7.9
1515
repository: https://wiz-sec.github.io/charts

flux2/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cli:
4141
helmController:
4242
create: true
4343
image: public-registry.wiz.io/wiz-helm-controller
44-
tag: v1.4.5-15
44+
tag: v1.4.5-16
4545
resources:
4646
limits:
4747
cpu: 2
@@ -245,7 +245,7 @@ notificationController:
245245
sourceController:
246246
create: true
247247
image: public-registry.wiz.io/wiz-source-controller
248-
tag: v1.7.4-19
248+
tag: v1.7.4-20
249249
resources:
250250
limits:
251251
cpu: 2

git-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 2026.7.1
16+
version: 2026.7.9
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
appVersion: 0.0.1
2121
dependencies:
2222
- name: wiz-outpost-common
23-
version: 2026.7.1
23+
version: 2026.7.9
2424
repository: https://wiz-sec.github.io/charts

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.3.56
5+
version: 0.3.57
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.11492"
19+
version: ">=1.0.11678"
2020
condition: wiz-sensor.enabled

wiz-outpost-common/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: wiz-outpost-common
33
description: Common library chart for shared outpost templates
44
type: library
5-
version: 2026.7.1
5+
version: 2026.7.9

wiz-outpost-configuration/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: wiz-outpost-configuration
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 2026.7.5
5+
version: 2026.7.9
66
appVersion: 0.0.1

wiz-outpost-configuration/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ outpostController:
117117
name: wiz-outpost-controller
118118
pullPolicy: Always
119119
# Overrides the image tag whose default is the chart appVersion.
120-
tag: 2705a14d6af2b30e112e76d3f4d413934f172dad-multiarch
120+
tag: 092c42ce4380384b108ce5c53e6d4bd991f2ad11-multiarch
121121
resources: {}
122122
clusterRegistrar:
123123
enabled: false
@@ -127,7 +127,7 @@ clusterRegistrar:
127127
name: wiz-outpost-cluster-registrar
128128
pullPolicy: Always
129129
# Overrides the image tag whose default is the chart appVersion.
130-
tag: d18bb24d8a164d94029a17992a38730c731c7c90-multiarch
130+
tag: 092c42ce4380384b108ce5c53e6d4bd991f2ad11-multiarch
131131
# Single configuration object that gets passed as JSON
132132
config:
133133
cloudProvider: "" # Required: aws, azure, gcp, or oci

wiz-sensor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: wiz-sensor
33
description: Wiz Sensor helm chart
44
type: application
55
home: https://www.wiz.io/
6-
version: 1.0.11492
7-
appVersion: 1.0.11492
6+
version: 1.0.11678
7+
appVersion: 1.0.11678
88
annotations:
99
diskScanAppVersion: 1.1.52
1010
windowsAppVersion: 1.0.11446

wiz-sensor/templates/daemonset-windows.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ kind: DaemonSet
44
metadata:
55
name: {{ include "wiz-sensor.fullname" . }}-windows
66
labels: {{- include "wiz-sensor.windowsLabels" . | nindent 4 }}
7+
{{- with .Values.daemonset.windowsAnnotations }}
8+
annotations:
9+
{{- toYaml . | nindent 4 }}
10+
{{- end }}
711
namespace: {{ .Release.Namespace }}
812
spec:
913
selector:

wiz-sensor/templates/daemonset.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ kind: DaemonSet
55
metadata:
66
name: {{ include "wiz-sensor.fullname" . }}
77
labels: {{- include "wiz-sensor.labels" . | nindent 4 }}
8+
{{- with .Values.daemonset.annotations }}
9+
annotations:
10+
{{- toYaml . | nindent 4 }}
11+
{{- end }}
812
namespace: {{ .Release.Namespace }}
913

1014
spec:
@@ -42,7 +46,7 @@ spec:
4246
spec:
4347
{{- if .Values.setFsGroup }}
4448
securityContext:
45-
fsGroup: {{- if .Values.privileged }} 0 {{- else }} 2202 {{- end }}
49+
fsGroup: {{- if or .Values.privileged .Values.runAsRoot }} 0 {{- else }} 2202 {{- end }}
4650
{{- end }}
4751

4852
serviceAccountName: {{ include "wiz-sensor.serviceAccountName" . }}
@@ -160,9 +164,14 @@ spec:
160164
- KILL # response
161165
{{- end }}
162166
privileged: false
167+
{{- if .Values.runAsRoot }}
168+
runAsUser: 0
169+
runAsGroup: 0
170+
{{- else }}
163171
runAsNonRoot: true
164172
runAsUser: 2202
165173
runAsGroup: 2202
174+
{{- end }}
166175
{{- end }}
167176
readOnlyRootFilesystem: true
168177

@@ -480,9 +489,14 @@ spec:
480489
- SYS_PTRACE # Fine-tune OOM behavior.
481490
- IPC_LOCK # Fine-tune page thrashing behaviour.
482491
privileged: false
492+
{{- if .Values.runAsRoot }}
493+
runAsUser: 0
494+
runAsGroup: 0
495+
{{- else }}
483496
runAsNonRoot: true
484497
runAsUser: 2202
485498
runAsGroup: 2202
499+
{{- end }}
486500
{{- end }}
487501
readOnlyRootFilesystem: true
488502
{{- if or (.Values.newAppArmorAnnotation) (and (semverCompare ">=1.30" $kubeVersion) (not .Values.oldAppArmorAnnotation)) }}

0 commit comments

Comments
 (0)