From 6eeb4da1cf87516d196ff6fbf9a255d6a0ced312 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 6 May 2026 20:15:27 -0500 Subject: [PATCH 1/2] feat: switch to backblaze --- .../cl01tl/helm/talos/templates/external-secret.yaml | 10 +++++----- clusters/cl01tl/helm/talos/values.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/helm/talos/templates/external-secret.yaml b/clusters/cl01tl/helm/talos/templates/external-secret.yaml index 5badcb8ae..c8cae938b 100644 --- a/clusters/cl01tl/helm/talos/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/talos/templates/external-secret.yaml @@ -91,23 +91,23 @@ spec: data: - secretKey: AWS_ACCESS_KEY_ID remoteRef: - key: /digital-ocean/home-infra/talos-backups + key: /backblaze/home-infra/talos-backups property: AWS_ACCESS_KEY_ID - secretKey: AWS_SECRET_ACCESS_KEY remoteRef: - key: /digital-ocean/home-infra/talos-backups + key: /backblaze/home-infra/talos-backups property: AWS_SECRET_ACCESS_KEY - secretKey: AWS_REGION remoteRef: - key: /digital-ocean/home-infra/talos-backups + key: /backblaze/home-infra/talos-backups property: AWS_REGION - secretKey: BUCKET_NAME remoteRef: - key: /digital-ocean/home-infra/talos-backups + key: /backblaze/home-infra/talos-backups property: BUCKET - secretKey: BUCKET remoteRef: - key: /digital-ocean/home-infra/talos-backups + key: /backblaze/home-infra/talos-backups property: BUCKET_PATH - secretKey: AGE_X25519_PUBLIC_KEY remoteRef: diff --git a/clusters/cl01tl/helm/talos/values.yaml b/clusters/cl01tl/helm/talos/values.yaml index 8a23be538..4e46ef323 100644 --- a/clusters/cl01tl/helm/talos/values.yaml +++ b/clusters/cl01tl/helm/talos/values.yaml @@ -228,7 +228,7 @@ etcd-backup: name: talos-etcd-backup-external-config key: AWS_REGION - name: CUSTOM_S3_ENDPOINT - value: https://nyc3.digitaloceanspaces.com + value: https://s3.us-east-005.backblazeb2.com - name: BUCKET valueFrom: secretKeyRef: From 0a4dcd3178b8f613236619e62a5dce0f4135c2ae Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 6 May 2026 20:16:46 -0500 Subject: [PATCH 2/2] feat: update image --- clusters/cl01tl/helm/talos/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/talos/values.yaml b/clusters/cl01tl/helm/talos/values.yaml index 4e46ef323..6ce616ba7 100644 --- a/clusters/cl01tl/helm/talos/values.yaml +++ b/clusters/cl01tl/helm/talos/values.yaml @@ -21,7 +21,7 @@ etcd-backup: backup: image: repository: ghcr.io/siderolabs/talos-backup - tag: v0.1.0-beta.3-7-ge8e193c@sha256:d6f98bf2817bb0bd46be49e41251e24d713945a6af6e893529cc17d524187953 + tag: v0.1.0-beta.3-10-gb9fd478@sha256:7fc186ff37a3137f470082cb609bf1dc3bcece13dd9a6421ec09cfdf4f33ae6c command: - /talos-backup workingDir: /tmp @@ -109,7 +109,7 @@ etcd-backup: backup: image: repository: ghcr.io/siderolabs/talos-backup - tag: v0.1.0-beta.3-7-ge8e193c@sha256:d6f98bf2817bb0bd46be49e41251e24d713945a6af6e893529cc17d524187953 + tag: v0.1.0-beta.3-10-gb9fd478@sha256:7fc186ff37a3137f470082cb609bf1dc3bcece13dd9a6421ec09cfdf4f33ae6c command: - /talos-backup workingDir: /tmp @@ -197,7 +197,7 @@ etcd-backup: backup: image: repository: ghcr.io/siderolabs/talos-backup - tag: v0.1.0-beta.3-7-ge8e193c@sha256:d6f98bf2817bb0bd46be49e41251e24d713945a6af6e893529cc17d524187953 + tag: v0.1.0-beta.3-10-gb9fd478@sha256:7fc186ff37a3137f470082cb609bf1dc3bcece13dd9a6421ec09cfdf4f33ae6c command: - /talos-backup workingDir: /tmp