Skip to content

Commit 0bc491b

Browse files
authored
Merge pull request #12 from onebeyond:add-pod-labels-to-crons
chore: Bump chart version to 0.9.13 and update pod labels template
2 parents f372b04 + ef4f47e commit 0bc491b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

charts/one-beyond-cronjob/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.9.12
18+
version: 0.9.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/one-beyond-cronjob/templates/cronjob.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ spec:
1414
annotations:
1515
{{- toYaml . | nindent 10 }}
1616
{{- end }}
17+
{{- with .Values.podLabels }}
18+
labels:
19+
{{- toYaml . | nindent 10 }}
20+
{{- end }}
1721
spec:
1822
{{- with .Values.volumes }}
1923
volumes:

charts/one-beyond-cronjob/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ image:
1313
nameOverride: ""
1414
fullnameOverride: ""
1515

16+
podAnnotations: {}
17+
podLabels: {}
18+
1619
nodeSelector: {}
1720

1821
tolerations: []

0 commit comments

Comments
 (0)