1 Commits

Author SHA1 Message Date
bc48ed900e Update Helm release postgres-cluster to v6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 12s
2025-09-09 15:36:46 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:89cfeb7a216a98fa99abebc1e2b6eecb388e9dd70ae280e8b6369015a621df94
tag: latest@sha256:5003b3c25781f6764d194ba1ea3d6e6996b2f99a545caae75b6ee5a870dd38b7
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL
@@ -43,7 +43,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:89cfeb7a216a98fa99abebc1e2b6eecb388e9dd70ae280e8b6369015a621df94
tag: latest@sha256:5003b3c25781f6764d194ba1ea3d6e6996b2f99a545caae75b6ee5a870dd38b7
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL

View File

@@ -242,7 +242,7 @@ backup:
args:
- -ec
- |
export DATE_RANGE=$(date -d @$(( $(date +%s) - 604800 )) +%Y%m%d);
export DATE_RANGE=$(date -d @$(( $(date +%s) - 1209600 )) +%Y%m%d);
export FILE_MATCH="$BUCKET/cl01tl/gitea-backup-$DATE_RANGE-09-00.zip"
echo ">> Running S3 prune for Gitea backup repository"
echo ">> Backups prior to '$DATE_RANGE' will be removed"