Skip to content

Commit 8528955

Browse files
author
Maksym Trofimenko
committed
enable jobs cleanup in helm chart
1 parent 70df0df commit 8528955

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/tinysystems-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.1.54
16+
version: 0.1.55
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

charts/tinysystems-operator/templates/serviceaccount.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ metadata:
88
app.kubernetes.io/part-of: operator
99
{{- include "tinysystems-operator.labels" . | nindent 4 }}
1010
annotations:
11-
{{- toYaml .Values.controllerManager.serviceAccount.annotations | nindent 4 }}
11+
helm.sh/hook-weight: "-10"
12+
{{- toYaml .Values.controllerManager.serviceAccount.annotations | nindent 4 }}

0 commit comments

Comments
 (0)