File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
wiz-kubernetes-integration
wiz-outpost-configuration Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff 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.6
8+ version : 3.12.0
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
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.131
5+ version : 0.2.132
66appVersion : " "
77# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
88dependencies :
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 : 2025.10.27
18+ version : 2025.10.28
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
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ metadata:
4141spec :
4242 backoffLimit : 0 # Fail fast if the job fails
4343 ttlSecondsAfterFinished : 30
44+ activeDeadlineSeconds : 3600 # allow up to 1 hour of pending
4445 manualSelector : true
4546 selector :
4647 matchLabels :
You can’t perform that action at this time.
0 commit comments