Skip to content

Commit e770e3e

Browse files
committed
update to non-beta version of cronjob
1 parent d1fc1a0 commit e770e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 2.1.1
4+
version: 2.2.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: batch/v1beta1
1+
apiVersion: batch/v1
22
kind: CronJob
33
metadata:
44
name: {{ include "pontoon.fullname" . }}-sync-projects-cronjob

0 commit comments

Comments
 (0)