Commit c50498c Maksym Trofimenko
committed
1 parent 8528955 commit c50498c Copy full SHA for c50498c
File tree 3 files changed +3
-5
lines changed
charts/tinysystems-operator
3 files changed +3
-5
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.55
16
+ version : 0.1.57
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 @@ -7,7 +7,7 @@ metadata:
7
7
annotations :
8
8
" helm.sh/hook " : pre-install,pre-upgrade
9
9
" helm.sh/hook-weight " : " -5"
10
- # "helm.sh/hook-delete-policy": hook-succeeded
10
+ " helm.sh/hook-delete-policy " : hook-succeeded
11
11
spec :
12
12
template :
13
13
metadata :
21
21
args : {{- toYaml .Values.controllerManager.manager.installArgs | nindent 12 }}
22
22
command :
23
23
- /manager
24
- serviceAccountName : {{ include "tinysystems-operator.fullname" . }}-controller-manager
25
24
---
26
25
apiVersion : batch/v1
27
26
kind : Job
@@ -32,7 +31,7 @@ metadata:
32
31
annotations :
33
32
" helm.sh/hook " : pre-delete
34
33
" helm.sh/hook-weight " : " -5"
35
- # "helm.sh/hook-delete-policy": hook-succeeded
34
+ " helm.sh/hook-delete-policy " : hook-succeeded
36
35
spec :
37
36
template :
38
37
metadata :
Original file line number Diff line number Diff line change @@ -8,5 +8,4 @@ metadata:
8
8
app.kubernetes.io/part-of : operator
9
9
{{- include "tinysystems-operator.labels" . | nindent 4 }}
10
10
annotations :
11
- helm.sh/hook-weight : " -10"
12
11
{{- toYaml .Values.controllerManager.serviceAccount.annotations | nindent 4 }}
You can’t perform that action at this time.
0 commit comments