Skip to content

Commit

Permalink
Merge pull request #97 from Darkfella91/renovate/docker.io-restic-res…
Browse files Browse the repository at this point in the history
…tic-0.x

fix(container): update docker.io/restic/restic ( 0.17.1 → 0.17.2 )
  • Loading branch information
d4rkfella authored Oct 27, 2024
2 parents ced997d + d9f80b0 commit 4d25317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .taskfiles/VolSync/templates/list.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: main
image: docker.io/restic/restic:0.17.1
image: docker.io/restic/restic:0.17.2
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: docker.io/restic/restic:0.17.1
image: docker.io/restic/restic:0.17.2
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
name: ${app}-volsync-secret
resources: {}
- name: r2
image: docker.io/restic/restic:0.17.1
image: docker.io/restic/restic:0.17.2
args: ["unlock", "--remove-all"]
envFrom:
- secretRef:
Expand Down

0 comments on commit 4d25317

Please sign in to comment.