Commit 70df0df Maksym Trofimenko
committed
1 parent fb873e8 commit 70df0df Copy full SHA for 70df0df
File tree 2 files changed +3
-3
lines changed
charts/tinysystems-operator
2 files changed +3
-3
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.53
16
+ version : 0.1.54
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 :
@@ -32,7 +32,7 @@ metadata:
32
32
annotations :
33
33
" helm.sh/hook " : pre-delete
34
34
" helm.sh/hook-weight " : " -5"
35
- " helm.sh/hook-delete-policy " : hook-succeeded
35
+ # "helm.sh/hook-delete-policy": hook-succeeded
36
36
spec :
37
37
template :
38
38
metadata :
You can’t perform that action at this time.
0 commit comments