Skip to content

Commit

Permalink
chore(deps): update restic/restic docker tag to v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 0b09e1b commit e5c92e1
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.1
tag: 0.17.2

# -- 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.1
tag: 0.17.2

# -- resources for the init container
resources: {}
Expand Down Expand Up @@ -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: ~
Expand Down

0 comments on commit e5c92e1

Please sign in to comment.