chore: Update manifests after change

This commit is contained in:
2025-12-17 06:47:53 +00:00
parent 9e8c37ecd7
commit f984f56741
2 changed files with 6 additions and 3 deletions

View File

@@ -10,11 +10,11 @@ metadata:
helm.sh/chart: libation-4.5.0 helm.sh/chart: libation-4.5.0
namespace: libation namespace: libation
spec: spec:
suspend: true suspend: false
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
startingDeadlineSeconds: 90 startingDeadlineSeconds: 90
timeZone: US/Central timeZone: US/Central
schedule: "0 0 * * *" schedule: "0 0 0 0 *"
successfulJobsHistoryLimit: 3 successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3 failedJobsHistoryLimit: 3
jobTemplate: jobTemplate:

View File

@@ -34,7 +34,10 @@ spec:
hostPID: false hostPID: false
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
containers: containers:
- image: ubuntu:resolute-20251130 - command:
- sleep
- infinity
image: ubuntu:resolute-20251130
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: main name: main
resources: resources: