Skip to content

Commit f771737

Browse files
committed
Update charts with latest changes
1 parent b1152e2 commit f771737

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

wiz-admission-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: application
66
# to the chart and its templates, including the app version.
77
# Versions are expected to follow Semantic Versioning (https://semver.org/)
88

9-
version: 3.13.1
9+
version: 3.13.2
1010

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

wiz-admission-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ wizManager:
691691
enabled: true # Should the manager trigger rollout restarts.
692692

693693
selfLoop:
694-
enabled: false # When enabled, the manager sends dry-run deployment patches to verify the full AC pipeline is working per-webhook.
694+
enabled: true # When enabled, the manager sends dry-run deployment patches to verify the full AC pipeline is working per-webhook.
695695
probeLabel: "wiz.io/self-loop-probe" # Label key to identify self-loop probe requests on deployment objects
696696

697697
nameOverride: "" # Override the manager deployment name.

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.3.53
5+
version: 0.3.54
66
appVersion: ""
77
# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
88
dependencies:

0 commit comments

Comments
 (0)