set path style
All checks were successful
lint-test-helm / lint-helm (push) Successful in 14s
render-manifests-push / render-manifests-push (push) Successful in 34s
renovate / renovate (push) Successful in 1m10s

This commit is contained in:
2025-12-20 15:58:27 -06:00
parent b88806462d
commit 0465fa2a6d
2 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ data:
prune.sh: | prune.sh: |
DATE_RANGE=$(date -d @$(( $(date +%s) - $DATE_RANGE_SECONDS )) +%Y-%m-%dT%H:%M:%SZ); DATE_RANGE=$(date -d @$(( $(date +%s) - $DATE_RANGE_SECONDS )) +%Y-%m-%dT%H:%M:%SZ);
FILE_MATCH="${BUCKET}/cl01tl/etcd/cl01tl-${DATE_RANGE}.snap.age"; FILE_MATCH="${BUCKET}/cl01tl/etcd/cl01tl-${DATE_RANGE}.snap.age";
ERROR=false
echo " " echo " "
echo ">> Running S3 prune for Talos backup repository ${TARGET} ..."; echo ">> Running S3 prune for Talos backup repository ${TARGET} ...";

View File

@@ -65,7 +65,7 @@ etcd-backup:
name: talos-etcd-backup-local-secret name: talos-etcd-backup-local-secret
key: AGE_X25519_PUBLIC_KEY key: AGE_X25519_PUBLIC_KEY
- name: USE_PATH_STYLE - name: USE_PATH_STYLE
value: "true" value: "false"
s3-prune: s3-prune:
image: image:
repository: d3fk/s3cmd repository: d3fk/s3cmd
@@ -151,7 +151,7 @@ etcd-backup:
name: talos-etcd-backup-remote-secret name: talos-etcd-backup-remote-secret
key: AGE_X25519_PUBLIC_KEY key: AGE_X25519_PUBLIC_KEY
- name: USE_PATH_STYLE - name: USE_PATH_STYLE
value: "true" value: "false"
s3-prune: s3-prune:
image: image:
repository: d3fk/s3cmd repository: d3fk/s3cmd