Skip to content

Commit d2c0966

Browse files
committed
Update charts with latest changes
1 parent 6093138 commit d2c0966

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

wiz-admission-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: application
55
# This is the chart version. This version number should be incremented each time you make changes
66
# to the chart and its templates, including the app version.
77
# Versions are expected to follow Semantic Versioning (https://semver.org/)
8-
version: 3.12.0-preview.5
8+
version: 3.12.0-preview.6
99

1010
# This is the version number of the application being deployed. This version number should be
1111
# incremented each time you make changes to the application. Versions are not expected to

wiz-admission-controller/templates/opawebhook.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ webhooks:
5151
{{- with .Values.opaWebhook.rules }}
5252
rules:
5353
{{- toYaml . | nindent 4 }}
54+
{{- with $.Values.opaWebhook.additionalRules }}
55+
{{- toYaml . | nindent 4 }}
56+
{{- end }}
5457
{{- end }}
5558
{{- with .Values.opaWebhook.namespaceSelector }}
5659
namespaceSelector:
@@ -92,6 +95,9 @@ webhooks:
9295
{{- with .Values.imageIntegrityWebhook.rules }}
9396
rules:
9497
{{- toYaml . | nindent 4 }}
98+
{{- with $.Values.imageIntegrityWebhook.additionalRules }}
99+
{{- toYaml . | nindent 4 }}
100+
{{- end }}
95101
{{- end }}
96102
{{- with .Values.imageIntegrityWebhook.namespaceSelector }}
97103
namespaceSelector:
@@ -133,6 +139,9 @@ webhooks:
133139
{{- with .Values.kubernetesAuditLogsWebhook.rules }}
134140
rules:
135141
{{- toYaml . | nindent 4 }}
142+
{{- with $.Values.kubernetesAuditLogsWebhook.additionalRules }}
143+
{{- toYaml . | nindent 4 }}
144+
{{- end }}
136145
{{- end }}
137146
{{- with .Values.kubernetesAuditLogsWebhook.namespaceSelector }}
138147
namespaceSelector:
@@ -174,6 +183,9 @@ webhooks:
174183
{{- with .Values.debugWebhook.rules }}
175184
rules:
176185
{{- toYaml . | nindent 4 }}
186+
{{- with $.Values.debugWebhook.additionalRules }}
187+
{{- toYaml . | nindent 4 }}
188+
{{- end }}
177189
{{- end }}
178190
{{- with .Values.debugWebhook.namespaceSelector }}
179191
namespaceSelector:

wiz-admission-controller/values.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ opaWebhook:
165165
- "replicasets"
166166
- "statefulsets"
167167
- "daemonsets"
168+
# Additional rules to be appended to the default webhook rules.
169+
# This allows extending the webhook scope without modifying the default rules.
170+
additionalRules: []
168171
namespaceSelector: # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-namespaceselector
169172
matchExpressions:
170173
- key: kubernetes.io/metadata.name # Using "kubernetes.io/metadata.name" key to exclude specific namespaces (https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/2161-apiserver-default-labels/README.md#proposal)
@@ -214,6 +217,9 @@ imageIntegrityWebhook:
214217
- "replicasets"
215218
- "statefulsets"
216219
- "daemonsets"
220+
# Additional rules to be appended to the default webhook rules.
221+
# This allows extending the webhook scope without modifying the default rules.
222+
additionalRules: []
217223
namespaceSelector: # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-namespaceselector
218224
matchExpressions:
219225
- key: kubernetes.io/metadata.name # Using "kubernetes.io/metadata.name" key to exclude specific namespaces (https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/2161-apiserver-default-labels/README.md#proposal)
@@ -297,7 +303,10 @@ kubernetesAuditLogsWebhook:
297303
- "*"
298304
resources:
299305
- "events"
300-
namespaceSelector: # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-namespaceselector
306+
# Additional rules to be appended to the default webhook rules.
307+
# This allows extending the webhook scope without modifying the default rules.
308+
additionalRules: []
309+
namespaceSelector: # https://kubernetes.io/docs/reference/access-authn-z/extensible-admission-controllers/#matching-requests-namespaceselector
301310
matchExpressions:
302311
- key: kubernetes.io/metadata.name # Using "kubernetes.io/metadata.name" key to exclude specific namespaces (https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/2161-apiserver-default-labels/README.md#proposal)
303312
operator: NotIn
@@ -463,6 +472,9 @@ debugWebhook:
463472
- "replicasets"
464473
- "statefulsets"
465474
- "daemonsets"
475+
# Additional rules to be appended to the default webhook rules.
476+
# This allows extending the webhook scope without modifying the default rules.
477+
additionalRules: []
466478
namespaceSelector: # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-namespaceselector
467479
matchExpressions:
468480
- key: kubernetes.io/metadata.name # Using "kubernetes.io/metadata.name" key to exclude specific namespaces (https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/2161-apiserver-default-labels/README.md#proposal)

wiz-kubernetes-integration/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-kubernetes-integration
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.2.130
5+
version: 0.2.131
66
appVersion: ""
77
# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
88
dependencies:

0 commit comments

Comments
 (0)