Skip to content

Commit

Permalink
chore(deps): update restic/restic docker tag to v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wittdennis-renovate[bot] authored and wittdennis committed Oct 27, 2024
1 parent 08f72ca commit ff7b580
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cloud/custom-resources/argo-workflows/backup-restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:

- name: list-snapshots
container:
image: restic/restic:0.17.1 # renovate
image: restic/restic:0.17.2 # renovate
command: [sh, -c]
args:
- |
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
s3:
key: "{{workflow.name}}/foundry-data.tar.xz"
container:
image: restic/restic:0.17.1 # renovate
image: restic/restic:0.17.2 # renovate
command: [sh, -c]
args:
- |
Expand Down
2 changes: 1 addition & 1 deletion cloud/custom-resources/argo-workflows/offsite-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
- name: backup-archive
path: /tmp/foundry-data.tar.xz
container:
image: restic/restic:0.17.1 # renovate
image: restic/restic:0.17.2 # renovate
command: [sh, -c]
args:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:

- name: list-snapshots
container:
image: restic/restic:0.17.1 # renovate
image: restic/restic:0.17.2 # renovate
command: [sh, -c]
args:
- |
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
s3:
key: "{{workflow.name}}/foundry-data.tar.xz"
container:
image: restic/restic:0.17.1 # renovate
image: restic/restic:0.17.2 # renovate
command: [sh, -c]
args:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
- name: backup-archive
path: /tmp/foundry-data.tar.xz
container:
image: restic/restic:0.17.1 # renovate
image: restic/restic:0.17.2 # renovate
command: [sh, -c]
args:
- |
Expand Down

0 comments on commit ff7b580

Please sign in to comment.