File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : pontoon
33home : https://github.com/mozilla/pontoon
4- version : 2.0 .0
4+ version : 2.1 .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
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ metadata:
99 release : {{ .Release.Name }}
1010 component : " pontoon-sync-projects-cronjob"
1111spec :
12+ concurrencyPolicy : {{ .Values.syncProjectCronjob.concurrencyPolicy | quote }}
1213 schedule : {{ .Values.syncProjectCronjob.schedule | quote }}
1314 suspend : {{ .Values.syncProjectCronjob.suspend }}
1415 successfulJobsHistoryLimit : {{ .Values.syncProjectCronjob.successfulJobsHistoryLimit }}
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ worker:
8989# Schedule job to sync projects with external VCS
9090# https://mozilla-pontoon.readthedocs.io/en/latest/admin/deployment.html#scheduled-jobs
9191syncProjectCronjob :
92+ concurrencyPolicy : Allow
9293 schedule : " @every 30m"
9394 suspend : false
9495 successfulJobsHistoryLimit : 10
@@ -125,7 +126,7 @@ postgres:
125126 enabled : false
126127 postgresqlUsername : " postgres"
127128 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),
129130 # you must specify a custom databasUrl here or pontoon won't work
130131 databaseUrl : " "
131132
You can’t perform that action at this time.
0 commit comments