File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ type: application
77# This is the chart version. This version number should be incremented each time you make changes
88# to the chart and its templates, including the app version.
99# Versions are expected to follow Semantic Versioning (https://semver.org/)
10- version : 3.6.1
10+ version : 3.6.1-preview
1111
1212# This is the version number of the application being deployed. This version number should be
1313# 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,13 +41,11 @@ If release name contains chart name it will be used as a full name.
4141{ {- end } }
4242
4343{ {- define " wiz-hpa-enforcer.name" -} }
44- { {- $name := printf " %s-hpa" (include " wiz-admission-controller.fullname" .) } }
45- { {- printf " %s" $name | trunc 63 | trimSuffix " -" } }
44+ { {- printf " %s-hpa" (include " wiz-admission-controller.fullname" .) | trunc 63 | trimSuffix " -" } }
4645{ {- end } }
4746
4847{ {- define " wiz-hpa-audit-logs.name" -} }
49- { {- $name := printf " %s-hpa" (include " wiz-kubernetes-audit-log-collector.name" .) } }
50- { {- printf " %s" $name | trunc 63 | trimSuffix " -" } }
48+ { {- printf " %s-hpa" (include " wiz-kubernetes-audit-log-collector.name" .) | trunc 63 | trimSuffix " -" } }
5149{ {- end } }
5250
5351{ {/*
You can’t perform that action at this time.
0 commit comments