diff --git a/charts/backup/values.yaml b/charts/backup/values.yaml index c79424c..d4169fa 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.0 + tag: 0.17.1 # -- 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.0 + tag: 0.17.1 # -- resources for the init container resources: {} @@ -107,7 +107,7 @@ cleanupJob: image: repository: restic/restic pullPolicy: IfNotPresent - tag: 0.17.0 + tag: 0.17.1 # -- command for the cleanup. Defaults to '/usr/bin/restic' by the upstream container. command: ~