Skip to content

Commit

Permalink
fix(container): update ghcr.io/cbc02009/restic ( 0.17.2 → 0.17.3 ) (#…
Browse files Browse the repository at this point in the history
…3703)

Co-authored-by: mahoro-bot[bot] <115426318+mahoro-bot[bot]@users.noreply.github.com>
  • Loading branch information
mahoro-bot[bot] authored Nov 11, 2024
1 parent 29a95e8 commit 82ed375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .taskfiles/VolSync/templates/list.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ spec:
restartPolicy: OnFailure
containers:
- name: minio
image: ghcr.io/cbc02009/restic:0.17.2
image: ghcr.io/cbc02009/restic:0.17.3
args: ["snapshots"]
envFrom:
- secretRef:
name: ${app}-volsync-minio
resources: {}
- name: r2
image: ghcr.io/cbc02009/restic:0.17.2
image: ghcr.io/cbc02009/restic:0.17.3
args: ["snapshots"]
envFrom:
- secretRef:
Expand Down
4 changes: 2 additions & 2 deletions .taskfiles/VolSync/templates/unlock.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ spec:
restartPolicy: OnFailure
containers:
- name: minio
image: ghcr.io/cbc02009/restic:0.17.2
image: ghcr.io/cbc02009/restic:0.17.3
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
name: ${app}-volsync-minio
resources: {}
- name: r2
image: ghcr.io/cbc02009/restic:0.17.2
image: ghcr.io/cbc02009/restic:0.17.3
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
Expand Down

0 comments on commit 82ed375

Please sign in to comment.