We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379ec2b commit 737e1baCopy full SHA for 737e1ba
charts/pontoon/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: pontoon
3
home: https://github.com/mozilla/pontoon
4
-version: 1.2.0
+version: 1.3.0
5
# Pontoon no longer cuts releases.
6
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
7
# and https://hub.docker.com/r/skillsnetwork/pontoon/tags
charts/pontoon/templates/pontoon-sync-projects-cronjob.yaml
@@ -27,6 +27,13 @@ spec:
27
{{- end }}
28
spec:
29
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"
37
38
imagePullSecrets:
39
{{- range .Values.imagePullSecrets }}
0 commit comments