cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit cf8a2ac4a22c9d693989047344ff0a8391d63364
parent 9219958b724549705327dbcf0aebc67c9e03fb47
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu,  9 Apr 2026 14:35:54 +0200

fix cronjobs again

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/image-builder/build-blog-cronjob.yaml | 2+-
Mapps/talos_cluster/image-builder/build-bookwyrm-cronjob.yaml | 2+-
Mapps/talos_cluster/image-builder/build-continuwuity-cronjob.yaml | 2+-
Mapps/talos_cluster/image-builder/build-matrix-backup-cronjob.yaml | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/talos_cluster/image-builder/build-blog-cronjob.yaml b/apps/talos_cluster/image-builder/build-blog-cronjob.yaml @@ -41,7 +41,7 @@ spec: apk add --no-cache podman git iptables >/dev/null # Install cosign v3.0.6 - wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-arm64 -O /tmp/cosign && chmod +x /tmp/cosign + wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-amd64 -O /tmp/cosign && chmod +x /tmp/cosign mkdir -p /etc/containers cat > /etc/containers/storage.conf << 'STORAGE_EOF' diff --git a/apps/talos_cluster/image-builder/build-bookwyrm-cronjob.yaml b/apps/talos_cluster/image-builder/build-bookwyrm-cronjob.yaml @@ -105,7 +105,7 @@ spec: apk add --no-cache podman git iptables >/dev/null # Install cosign v3.0.6 - wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-arm64 -O /tmp/cosign && chmod +x /tmp/cosign + wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-amd64 -O /tmp/cosign && chmod +x /tmp/cosign mkdir -p /etc/containers cat > /etc/containers/storage.conf << 'STORAGE_EOF' diff --git a/apps/talos_cluster/image-builder/build-continuwuity-cronjob.yaml b/apps/talos_cluster/image-builder/build-continuwuity-cronjob.yaml @@ -53,7 +53,7 @@ spec: apk add --no-cache podman git iptables >/dev/null # Install cosign v3.0.6 - wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-arm64 -O /tmp/cosign && chmod +x /tmp/cosign + wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-amd64 -O /tmp/cosign && chmod +x /tmp/cosign mkdir -p /etc/containers cat > /etc/containers/storage.conf << 'STORAGE_EOF' diff --git a/apps/talos_cluster/image-builder/build-matrix-backup-cronjob.yaml b/apps/talos_cluster/image-builder/build-matrix-backup-cronjob.yaml @@ -41,7 +41,7 @@ spec: apk add --no-cache podman git iptables >/dev/null # Install cosign v3.0.6 - wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-arm64 -O /tmp/cosign && chmod +x /tmp/cosign + wget -q https://github.com/sigstore/cosign/releases/download/v3.0.6/cosign-linux-amd64 -O /tmp/cosign && chmod +x /tmp/cosign mkdir -p /etc/containers cat > /etc/containers/storage.conf << 'STORAGE_EOF'