Skip to content

Commit

Permalink
Keep Renovate job running for p01 and p02 clusters
Browse files Browse the repository at this point in the history
In addition to 71d56df, we want to keep Renovate jobs running for p01
and p02 clusters with the previous schedule.
  • Loading branch information
qixiang committed Nov 20, 2024
1 parent 71d56df commit 4166485
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/schedule
value: "0 */4 * * *" # every 4 hours
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ patches:
group: external-secrets.io
version: v1beta1
kind: ExternalSecret
- path: cronjob-patch.yaml
target:
name: create-dependencyupdatecheck
kind: CronJob

components:
- ../../components/rh-certs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/schedule
value: "0 */4 * * *" # every 4 hours
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ patches:
group: external-secrets.io
version: v1beta1
kind: ExternalSecret
- path: cronjob-patch.yaml
target:
name: create-dependencyupdatecheck
kind: CronJob

components:
- ../../components/rh-certs

0 comments on commit 4166485

Please sign in to comment.