diff --git a/.taskfiles/kubernetes/resources/buoy-pod.tmpl.yaml b/.taskfiles/kubernetes/resources/buoy-pod.tmpl.yaml index 73fe4f11a..12cb91c3e 100644 --- a/.taskfiles/kubernetes/resources/buoy-pod.tmpl.yaml +++ b/.taskfiles/kubernetes/resources/buoy-pod.tmpl.yaml @@ -3,7 +3,7 @@ apiVersion: v1 spec: containers: - name: buoy - image: ghcr.io/ahinko/buoy:1.2.6 + image: ghcr.io/ahinko/buoy:1.2.8 command: ["/bin/sh"] stdin: true stdinOnce: true diff --git a/backups/deployment.yaml b/backups/deployment.yaml index 2a1c371c7..f7ddcceb3 100644 --- a/backups/deployment.yaml +++ b/backups/deployment.yaml @@ -19,7 +19,7 @@ spec: kubernetes.io/hostname: s01 containers: - name: *name - image: ghcr.io/ahinko/buoy:1.2.6 + image: ghcr.io/ahinko/buoy:1.2.8 command: ["/bin/bash", "-c", "--"] args: ["while true; do sleep 30; done;"] diff --git a/kubernetes/apps/networking/cloudflare-ddns/app/cronjob.yaml b/kubernetes/apps/networking/cloudflare-ddns/app/cronjob.yaml index 871880710..dad4911f1 100644 --- a/kubernetes/apps/networking/cloudflare-ddns/app/cronjob.yaml +++ b/kubernetes/apps/networking/cloudflare-ddns/app/cronjob.yaml @@ -18,7 +18,7 @@ spec: restartPolicy: Never containers: - name: cloudflare-ddns - image: ghcr.io/ahinko/buoy:1.2.6 + image: ghcr.io/ahinko/buoy:1.2.8 envFrom: - secretRef: name: cloudflare-ddns diff --git a/kubernetes/apps/storage/zfs-scrub/app/cronjob.yaml b/kubernetes/apps/storage/zfs-scrub/app/cronjob.yaml index 850e8406c..6030e97f1 100644 --- a/kubernetes/apps/storage/zfs-scrub/app/cronjob.yaml +++ b/kubernetes/apps/storage/zfs-scrub/app/cronjob.yaml @@ -20,7 +20,7 @@ spec: kubernetes.io/hostname: s01 containers: - name: scrub-pool - image: ghcr.io/ahinko/buoy:1.2.6 + image: ghcr.io/ahinko/buoy:1.2.8 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -52,7 +52,7 @@ spec: kubernetes.io/hostname: s01 containers: - name: scrub-tank - image: ghcr.io/ahinko/buoy:1.2.6 + image: ghcr.io/ahinko/buoy:1.2.8 imagePullPolicy: IfNotPresent command: - /bin/sh