Skip to content

Commit

Permalink
fix(container): update ghcr.io/ahinko/buoy ( 1.2.6 → 1.2.8 ) (#4280)
Browse files Browse the repository at this point in the history
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| docker     | ghcr.io/ahinko/buoy | 1.2.6 | 1.2.8 |

Co-authored-by: homeops-bot[bot] <104016614+homeops-bot[bot]@users.noreply.github.com>
  • Loading branch information
homeops-bot[bot] authored Feb 15, 2025
1 parent d566750 commit 5c97e6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .taskfiles/kubernetes/resources/buoy-pod.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion backups/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/storage/zfs-scrub/app/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5c97e6f

Please sign in to comment.