mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⬆️ 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:
@@ -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:
|
||||||
|
@@ -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:
|
||||||
|
Reference in New Issue
Block a user