2 Commits

Author SHA1 Message Date
36dd70cb90 Update Helm release meilisearch to v0.19.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 15s
2025-12-17 06:29:40 +00:00
8751a240c7 add command
All checks were successful
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Successful in 25s
renovate / renovate (push) Successful in 1m40s
2025-12-17 00:27:57 -06:00
3 changed files with 7 additions and 4 deletions

View File

@@ -24,4 +24,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.5.0
digest: sha256:28178cbd5326d24f56f005d250a2dd48d16e64620f7336ad33fbc8e206c54421
generated: "2025-12-17T06:20:23.295317646Z"
generated: "2025-12-17T06:29:22.291642577Z"

View File

@@ -12,4 +12,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.5.0
digest: sha256:2880343c35353a7216758f31810c7d7a840bc6f91fa17495dd6b34bc73ccf8d7
generated: "2025-12-17T06:20:49.896907364Z"
generated: "2025-12-17T06:29:34.644430325Z"

View File

@@ -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