Skip to content

Commit 5a2e914

Browse files
authored
Update charts with latest changes (#592)
1 parent e0467cf commit 5a2e914

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10.0-preview.2
8+
version: 3.10.0-preview.3
99
# This is the version number of the application being deployed. This version number should be
1010
# incremented each time you make changes to the application. Versions are not expected to
1111
# follow Semantic Versioning. They should reflect the version the application is using.

wiz-admission-controller/templates/jobuninstall.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
wiz.io/component: "admission-controller-uninstall"
99
{{- include "wiz-admission-controller-uninstall.labels" . | nindent 4 }}
1010
annotations:
11-
"helm.sh/hook": pre-delete
11+
"helm.sh/hook": post-delete
1212
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
1313
rollme.proxyHash: {{ include "wiz-admission-controller.proxyHash" . }}
1414
rollme.wizApiTokenHash: {{ include "wiz-admission-controller.wizApiTokenHash" . }}

0 commit comments

Comments
 (0)