File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : pontoon
3
3
home : https://github.com/mozilla/pontoon
4
- version : 2.0 .0
4
+ version : 2.1 .0
5
5
# Pontoon no longer cuts releases.
6
6
# See https://github.com/mozilla/pontoon/releases/tag/2018-12-19
7
7
# and https://hub.docker.com/r/skillsnetwork/pontoon/tags
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ metadata:
9
9
release : {{ .Release.Name }}
10
10
component : " pontoon-sync-projects-cronjob"
11
11
spec :
12
+ concurrencyPolicy : {{ .Values.syncProjectCronjob.concurrencyPolicy | quote }}
12
13
schedule : {{ .Values.syncProjectCronjob.schedule | quote }}
13
14
suspend : {{ .Values.syncProjectCronjob.suspend }}
14
15
successfulJobsHistoryLimit : {{ .Values.syncProjectCronjob.successfulJobsHistoryLimit }}
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ worker:
89
89
# Schedule job to sync projects with external VCS
90
90
# https://mozilla-pontoon.readthedocs.io/en/latest/admin/deployment.html#scheduled-jobs
91
91
syncProjectCronjob :
92
+ concurrencyPolicy : Allow
92
93
schedule : " @every 30m"
93
94
suspend : false
94
95
successfulJobsHistoryLimit : 10
@@ -125,7 +126,7 @@ postgres:
125
126
enabled : false
126
127
postgresqlUsername : " postgres"
127
128
postgresqlDatabase : " pontoon"
128
- # If NOT using the PostgreSQL in this chart (postgres.enabled=false),
129
+ # If NOT using the PostgreSQL in this chart (postgres.enabled=false),
129
130
# you must specify a custom databasUrl here or pontoon won't work
130
131
databaseUrl : " "
131
132
You can’t perform that action at this time.
0 commit comments