⬆️ Update image docker.io/restic/restic to 0.16.1

| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| docker     | docker.io/restic/restic | 0.16.0 | 0.16.1 |
This commit is contained in:
feisar-bot
2023-10-24 18:22:04 +00:00
committed by auricom
parent c4b0c4ca98
commit 7d65857238
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: list - name: list
image: docker.io/restic/restic:0.16.0 image: docker.io/restic/restic:0.16.1
args: ["snapshots"] args: ["snapshots"]
envFrom: envFrom:
- secretRef: - secretRef:

View File

@@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: unlock - name: unlock
image: docker.io/restic/restic:0.16.0 image: docker.io/restic/restic:0.16.1
args: ["unlock", "--remove-all"] args: ["unlock", "--remove-all"]
envFrom: envFrom:
- secretRef: - secretRef: