Skip to content

Commit 259afed

Browse files
committed
What a great commit
1 parent fb37eb6 commit 259afed

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

wiz-admission-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

wiz-admission-controller/templates/_helpers.tpl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
{{/*

0 commit comments

Comments
 (0)