From e5c92e137fc384905bdcb26d6fc8d3b1298af82e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:21:26 +0000 Subject: [PATCH] chore(deps): update restic/restic docker tag to v0.17.2 --- charts/backup/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/backup/values.yaml b/charts/backup/values.yaml index d4169faf..296a13ee 100644 --- a/charts/backup/values.yaml +++ b/charts/backup/values.yaml @@ -58,7 +58,7 @@ backupJob: image: repository: restic/restic pullPolicy: IfNotPresent - tag: 0.17.1 + tag: 0.17.2 # -- command for the backup. Defaults to '/usr/bin/restic' by the upstream container. command: ~ @@ -77,7 +77,7 @@ backupJob: image: repository: restic/restic pullPolicy: IfNotPresent - tag: 0.17.1 + tag: 0.17.2 # -- resources for the init container resources: {} @@ -107,7 +107,7 @@ cleanupJob: image: repository: restic/restic pullPolicy: IfNotPresent - tag: 0.17.1 + tag: 0.17.2 # -- command for the cleanup. Defaults to '/usr/bin/restic' by the upstream container. command: ~