Skip to content

Commit 737e1ba

Browse files
committed
feat(pontoon): add cronjob pod labels
1 parent 379ec2b commit 737e1ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

charts/pontoon/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: pontoon
33
home: https://github.com/mozilla/pontoon
4-
version: 1.2.0
4+
version: 1.3.0
55
# Pontoon no longer cuts releases.
66
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
77
# and https://hub.docker.com/r/skillsnetwork/pontoon/tags

charts/pontoon/templates/pontoon-sync-projects-cronjob.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ spec:
2727
{{- end }}
2828
spec:
2929
template:
30+
metadata:
31+
labels:
32+
app: {{ include "pontoon.fullname" . }}
33+
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
34+
heritage: {{ .Release.Service }}
35+
release: {{ .Release.Name }}
36+
component: "pontoon-sync-projects-cronjob"
3037
spec:
3138
imagePullSecrets:
3239
{{- range .Values.imagePullSecrets }}

0 commit comments

Comments
 (0)