Skip to content

Commit 70df0df

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.53
16+
version: 0.1.54
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/jobs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
annotations:
88
"helm.sh/hook": pre-install,pre-upgrade
99
"helm.sh/hook-weight": "-5"
10-
"helm.sh/hook-delete-policy": hook-succeeded
10+
# "helm.sh/hook-delete-policy": hook-succeeded
1111
spec:
1212
template:
1313
metadata:
@@ -32,7 +32,7 @@ metadata:
3232
annotations:
3333
"helm.sh/hook": pre-delete
3434
"helm.sh/hook-weight": "-5"
35-
"helm.sh/hook-delete-policy": hook-succeeded
35+
# "helm.sh/hook-delete-policy": hook-succeeded
3636
spec:
3737
template:
3838
metadata:

0 commit comments

Comments
 (0)