We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b951b78 commit b71d8adCopy full SHA for b71d8ad
2 files changed
components/rover-group-sync/base/cronjob.yaml
@@ -7,6 +7,7 @@ spec:
7
schedule: "*/15 * * * *"
8
concurrencyPolicy: Forbid
9
successfulJobsHistoryLimit: 32
10
+ failedJobsHistoryLimit: 32
11
jobTemplate:
12
spec:
13
template:
components/rover-group-sync/internal-staging/kustomization.yaml
@@ -4,7 +4,7 @@ namespace: rover-group-sync
4
5
images:
6
- name: rover-group-sync
- digest: sha256:480e798b8479003a8bc6827de45e151ecb095202569d6df30acaeae697bbbe98
+ digest: sha256:a0c5c759213f0a9242da4dfeb7ab7536d7db032ddb96acfe09d4347638173e05
resources:
- ../base
0 commit comments