Skip to content

Commit

Permalink
Merge branch 'master' into reset-pod
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmaloney authored Dec 19, 2024
2 parents 5c9bf00 + 5d4dc75 commit fa32aab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/met/batch-jobs/batch-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
releaseName: libragob-batch-housekeeping
interval: 5m
values:
image: hmctspublic.azurecr.io/libragob/housekeeping:prod-f387bcbd-1734607440 #{"$imagepolicy": "flux-system:libragob-batch-housekeeping"}
image: hmctspublic.azurecr.io/libragob/housekeeping:prod-fa8bbf48-1734610756 #{"$imagepolicy": "flux-system:libragob-batch-housekeeping"}
schedule: "*/1 * * * *"
suspend: false
kind: CronJob
Expand All @@ -34,7 +34,7 @@ spec:
releaseName: libragob-batch-ams-reporting
interval: 5m
values:
image: hmctspublic.azurecr.io/libragob/ams-reporting:prod-f387bcbd-1734607440 #{"$imagepolicy": "flux-system:libragob-batch-ams-reporting"}
image: hmctspublic.azurecr.io/libragob/ams-reporting:prod-fa8bbf48-1734610757 #{"$imagepolicy": "flux-system:libragob-batch-ams-reporting"}
schedule: "*/1 * * * *"
suspend: false
kind: CronJob
Expand Down
4 changes: 2 additions & 2 deletions apps/met/batch-jobs/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
releaseName: libragob-batch-housekeeping
values:
kind: CronJob
image: hmctspublic.azurecr.io/libragob/housekeeping:prod-f387bcbd-1734607440 #{"$imagepolicy": "flux-system:libragob-batch-housekeeping"}
image: hmctspublic.azurecr.io/libragob/housekeeping:prod-fa8bbf48-1734610756 #{"$imagepolicy": "flux-system:libragob-batch-housekeeping"}
schedule: "0 19 * * *"
suspend: false
keyVaults:
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
releaseName: libragob-batch-ams-reporting
values:
kind: CronJob
image: hmctspublic.azurecr.io/libragob/ams-reporting:prod-f387bcbd-1734607440 #{"$imagepolicy": "flux-system:libragob-batch-ams-reporting"}
image: hmctspublic.azurecr.io/libragob/ams-reporting:prod-fa8bbf48-1734610757 #{"$imagepolicy": "flux-system:libragob-batch-ams-reporting"}
schedule: "*/5 * * * *"
suspend: false
keyVaults:
Expand Down
4 changes: 2 additions & 2 deletions apps/met/batch-jobs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
releaseName: libragob-batch-housekeeping
values:
kind: CronJob
image: hmctspublic.azurecr.io/libragob/housekeeping:prod-f387bcbd-1734607440 #{"$imagepolicy": "flux-system:libragob-batch-housekeeping"}
image: hmctspublic.azurecr.io/libragob/housekeeping:prod-fa8bbf48-1734610756 #{"$imagepolicy": "flux-system:libragob-batch-housekeeping"}
schedule: "0 19 * * *"
suspend: true
keyVaults:
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
releaseName: libragob-batch-ams-reporting
values:
kind: CronJob
image: hmctspublic.azurecr.io/libragob/ams-reporting:prod-f387bcbd-1734607440 #{"$imagepolicy": "flux-system:libragob-batch-ams-reporting"}
image: hmctspublic.azurecr.io/libragob/ams-reporting:prod-fa8bbf48-1734610757 #{"$imagepolicy": "flux-system:libragob-batch-ams-reporting"}
schedule: "*/15 * * * *"
suspend: false
keyVaults:
Expand Down

0 comments on commit fa32aab

Please sign in to comment.