File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-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.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.
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments