diff --git a/.taskfiles/VolSync/templates/list.tmpl.yaml b/.taskfiles/VolSync/templates/list.tmpl.yaml index e1cdf7a5c..e45492823 100644 --- a/.taskfiles/VolSync/templates/list.tmpl.yaml +++ b/.taskfiles/VolSync/templates/list.tmpl.yaml @@ -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: diff --git a/.taskfiles/VolSync/templates/unlock.tmpl.yaml b/.taskfiles/VolSync/templates/unlock.tmpl.yaml index b407a810e..f5890974f 100644 --- a/.taskfiles/VolSync/templates/unlock.tmpl.yaml +++ b/.taskfiles/VolSync/templates/unlock.tmpl.yaml @@ -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: