Skip to content

Commit

Permalink
chore(deps): update restic/restic docker tag to v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 900e4a2 commit f9f4048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/backup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ~
Expand All @@ -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: {}
Expand Down Expand Up @@ -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: ~
Expand Down

0 comments on commit f9f4048

Please sign in to comment.