Commit 8528955 Maksym Trofimenko
committed
1 parent 70df0df commit 8528955 Copy full SHA for 8528955
File tree 2 files changed +3
-2
lines changed
charts/tinysystems-operator
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.1.54
16
+ version : 0.1.55
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ metadata:
8
8
app.kubernetes.io/part-of : operator
9
9
{{- include "tinysystems-operator.labels" . | nindent 4 }}
10
10
annotations :
11
- {{- toYaml .Values.controllerManager.serviceAccount.annotations | nindent 4 }}
11
+ helm.sh/hook-weight : " -10"
12
+ {{- toYaml .Values.controllerManager.serviceAccount.annotations | nindent 4 }}
You can’t perform that action at this time.
0 commit comments