Compare commits
2 Commits
64d2c0fc7e
...
a128910327
| Author | SHA1 | Date | |
|---|---|---|---|
|
a128910327
|
|||
| 8751a240c7 |
@@ -12,4 +12,4 @@ dependencies:
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 0.5.0
|
||||
digest: sha256:4268870b640674c1bcde0e75f58d0c0bb0444e5a53f813f33b5ce279df86feb3
|
||||
generated: "2025-12-17T06:19:54.798392584Z"
|
||||
generated: "2025-12-17T06:29:05.166940097Z"
|
||||
|
||||
@@ -3,10 +3,10 @@ libation:
|
||||
main:
|
||||
type: cronjob
|
||||
cronjob:
|
||||
suspend: true
|
||||
suspend: false
|
||||
concurrencyPolicy: Forbid
|
||||
timeZone: US/Central
|
||||
schedule: "0 0 * * *"
|
||||
schedule: "0 0 0 * *"
|
||||
startingDeadlineSeconds: 90
|
||||
successfulJobsHistory: 3
|
||||
failedJobsHistory: 3
|
||||
@@ -37,6 +37,9 @@ libation:
|
||||
repository: ubuntu
|
||||
tag: resolute-20251130
|
||||
pullPolicy: IfNotPresent
|
||||
command:
|
||||
- "sleep"
|
||||
- "infinity"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
|
||||
Reference in New Issue
Block a user