⬆️ Update docker.io/restic/restic ( 0.17.2 → 0.17.3 )

| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| docker     | docker.io/restic/restic | 0.17.2 | 0.17.3 |
This commit is contained in:
feisar-bot[bot]
2024-11-08 20:21:39 +00:00
committed by auricom
parent f017d506de
commit 4e40a2ca20
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: list - name: list
image: docker.io/restic/restic:0.17.2@sha256:a62b28aa521d8613281c831b0fb3a3911b90d36ad8bf279ecd3e94dd6c467616 image: docker.io/restic/restic:0.17.3@sha256:8f5a62b422a2cb1277ea0dd6e826fe1acf649e5b9f02d60e5268d5fd1976255a
args: ["snapshots"] args: ["snapshots"]
envFrom: envFrom:
- secretRef: - secretRef:

View File

@@ -12,13 +12,13 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: unlock-minio - name: unlock-minio
image: docker.io/restic/restic:0.17.2@sha256:a62b28aa521d8613281c831b0fb3a3911b90d36ad8bf279ecd3e94dd6c467616 image: docker.io/restic/restic:0.17.3@sha256:8f5a62b422a2cb1277ea0dd6e826fe1acf649e5b9f02d60e5268d5fd1976255a
args: ["unlock", "--remove-all"] args: ["unlock", "--remove-all"]
envFrom: envFrom:
- secretRef: - secretRef:
name: "${app}-volsync-secret" name: "${app}-volsync-secret"
- name: unlock-r2 - name: unlock-r2
image: docker.io/restic/restic:0.17.2@sha256:a62b28aa521d8613281c831b0fb3a3911b90d36ad8bf279ecd3e94dd6c467616 image: docker.io/restic/restic:0.17.3@sha256:8f5a62b422a2cb1277ea0dd6e826fe1acf649e5b9f02d60e5268d5fd1976255a
args: ["unlock", "--remove-all"] args: ["unlock", "--remove-all"]
envFrom: envFrom:
- secretRef: - secretRef: