Skip to content

Commit 2f770fa

Browse files
Merge pull request #45 from ScoreTrak/update-payments-chart
update payments chart
2 parents e4d79e9 + 1098bb2 commit 2f770fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/payments/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.11
18+
version: 0.1.13
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/payments/templates/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
{{- include "payments.labels" . | nindent 4 }}
77
annotations:
8-
"helm.sh/hook": post-install
8+
"helm.sh/hook": post-install,post-upgrade
99
"helm.sh/hook-weight": "15"
1010
spec:
1111
schedule: "{{ .Values.schedule }}"

0 commit comments

Comments
 (0)