Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore(deps): update restic/restic docker tag to v0.15.2 (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Morre's Bot <[email protected]>
Co-authored-by: Max Rosin <[email protected]>
  • Loading branch information
3 people authored May 21, 2023
1 parent c31b14f commit ee2a363
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: backup
description: Chart to back up PVCs with restic and regularly clean up the snapshots.
type: application
version: 3.2.1
version: 3.2.2
maintainers:
- name: morremeyer
- name: ekeih
8 changes: 4 additions & 4 deletions charts/backup/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# backup

![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 3.2.2](https://img.shields.io/badge/Version-3.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Chart to back up PVCs with restic and regularly clean up the snapshots.

Expand Down Expand Up @@ -53,12 +53,12 @@ The following table lists the configurable parameters of the chart and the defau
| backupJob.backup.command | string | `nil` | command for the backup. Defaults to '/usr/bin/restic' by the upstream container. |
| backupJob.backup.image.pullPolicy | string | `"IfNotPresent"` | |
| backupJob.backup.image.repository | string | `"restic/restic"` | |
| backupJob.backup.image.tag | string | `"0.15.1"` | |
| backupJob.backup.image.tag | string | `"0.15.2"` | |
| backupJob.backup.resources | object | `{}` | resources for the backup container |
| backupJob.concurrencyPolicy | string | `"Forbid"` | concurrencyPolicy for the backup Jobs |
| backupJob.env | list | `[]` | Additional environment values to load. Only applies to the backup container, not the init containers that initializes the restic repository. Has to match the pod.spec.containers.env spec. |
| backupJob.failedJobsHistoryLimit | int | `1` | failedJobsHistoryLimit for the backup Jobs |
| backupJob.init | object | `{"image":{"pullPolicy":"IfNotPresent","repository":"restic/restic","tag":"0.15.1"},"resources":{}}` | Configuration for the repository init container |
| backupJob.init | object | `{"image":{"pullPolicy":"IfNotPresent","repository":"restic/restic","tag":"0.15.2"},"resources":{}}` | Configuration for the repository init container |
| backupJob.init.resources | object | `{}` | resources for the init container |
| backupJob.nodeSelector | object | `{}` | |
| backupJob.schedule | string | `"17 3 * * *"` | when to run backups |
Expand All @@ -74,7 +74,7 @@ The following table lists the configurable parameters of the chart and the defau
| cleanupJob.failedJobsHistoryLimit | int | `1` | failedJobsHistoryLimit for the cleanup Jobs |
| cleanupJob.image.pullPolicy | string | `"IfNotPresent"` | |
| cleanupJob.image.repository | string | `"restic/restic"` | |
| cleanupJob.image.tag | string | `"0.15.1"` | |
| cleanupJob.image.tag | string | `"0.15.2"` | |
| cleanupJob.keepDaily | int | `8` | number of daily snapshots to keep |
| cleanupJob.keepMonthly | int | `13` | number of monthly snapshots to keep |
| cleanupJob.keepWeekly | int | `5` | number of weekly snapshots to keep |
Expand Down
6 changes: 3 additions & 3 deletions charts/backup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ backupJob:
image:
repository: restic/restic
pullPolicy: IfNotPresent
tag: 0.15.1
tag: 0.15.2

# -- command for the backup. Defaults to '/usr/bin/restic' by the upstream container.
command: ~
Expand All @@ -74,7 +74,7 @@ backupJob:
image:
repository: restic/restic
pullPolicy: IfNotPresent
tag: 0.15.1
tag: 0.15.2

# -- resources for the init container
resources: {}
Expand Down Expand Up @@ -104,7 +104,7 @@ cleanupJob:
image:
repository: restic/restic
pullPolicy: IfNotPresent
tag: 0.15.1
tag: 0.15.2

# -- command for the cleanup. Defaults to '/usr/bin/restic' by the upstream container.
command: ~
Expand Down

0 comments on commit ee2a363

Please sign in to comment.