Automated Manifest Update (#2766)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2766
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2766.
This commit is contained in:
2025-12-20 21:59:49 +00:00
committed by Alex Lebens
parent 9fc29c80fd
commit 713fb2b5e8
3 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

@@ -72,7 +72,7 @@ spec:
key: AGE_X25519_PUBLIC_KEY key: AGE_X25519_PUBLIC_KEY
name: talos-etcd-backup-local-secret name: talos-etcd-backup-local-secret
- name: USE_PATH_STYLE - name: USE_PATH_STYLE
value: "true" value: "false"
image: ghcr.io/siderolabs/talos-backup:v0.1.0-beta.3@sha256:05c86663b251a407551dc948097e32e163a345818117eb52c573b0447bd0c7a7 image: ghcr.io/siderolabs/talos-backup:v0.1.0-beta.3@sha256:05c86663b251a407551dc948097e32e163a345818117eb52c573b0447bd0c7a7
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: backup name: backup

View File

@@ -72,7 +72,7 @@ spec:
key: AGE_X25519_PUBLIC_KEY key: AGE_X25519_PUBLIC_KEY
name: talos-etcd-backup-remote-secret name: talos-etcd-backup-remote-secret
- name: USE_PATH_STYLE - name: USE_PATH_STYLE
value: "true" value: "false"
image: ghcr.io/siderolabs/talos-backup:v0.1.0-beta.3@sha256:05c86663b251a407551dc948097e32e163a345818117eb52c573b0447bd0c7a7 image: ghcr.io/siderolabs/talos-backup:v0.1.0-beta.3@sha256:05c86663b251a407551dc948097e32e163a345818117eb52c573b0447bd0c7a7
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: backup name: backup