Skip to content

Commit b71d8ad

Browse files
authored
Update rover-group-sync image to latest (#383)
Also add failedJobsHistoryLimit to cronjob.
1 parent b951b78 commit b71d8ad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

components/rover-group-sync/base/cronjob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
schedule: "*/15 * * * *"
88
concurrencyPolicy: Forbid
99
successfulJobsHistoryLimit: 32
10+
failedJobsHistoryLimit: 32
1011
jobTemplate:
1112
spec:
1213
template:

components/rover-group-sync/internal-staging/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: rover-group-sync
44

55
images:
66
- name: rover-group-sync
7-
digest: sha256:480e798b8479003a8bc6827de45e151ecb095202569d6df30acaeae697bbbe98
7+
digest: sha256:a0c5c759213f0a9242da4dfeb7ab7536d7db032ddb96acfe09d4347638173e05
88

99
resources:
1010
- ../base

0 commit comments

Comments
 (0)