Skip to content

Commit 21ccc21

Browse files
authored
Update charts with latest changes (#586)
1 parent 123308c commit 21ccc21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.10.0-preview
8+
version: 3.10.0-preview.1
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ spec:
8585
image: {{ include "wiz-admission-controller.image" . }}
8686
imagePullPolicy: {{ .Values.image.pullPolicy }}
8787
command:
88-
- "/usr/bin/wiz-admission-controller"
89-
- "uninstall"
88+
- "/usr/bin/wiz-admission-controller"
89+
- "uninstall"
9090
{{- include "wiz-admission-controller.spec.common.commandArgs" . | trim | nindent 10 }}
9191
env:
9292
{{- include "wiz-admission-controller.spec.common.envVars" . | trim | nindent 10 }}

0 commit comments

Comments
 (0)