Skip to content

Commit

Permalink
chore: upgrade backup-utils chart images tags
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Dec 11, 2024
1 parent db3f2e6 commit c90e13c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/backup-utils/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: backup-utils
type: application
version: 1.1.0
version: 1.1.1
appVersion: "0.1.0"
description: A Helm chart for effortless deployment of backup utilities.
deprecated: false
Expand Down
6 changes: 3 additions & 3 deletions charts/backup-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# backup-utils

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)

A Helm chart for effortless deployment of backup utilities.

Expand Down Expand Up @@ -37,7 +37,7 @@ A Helm chart for effortless deployment of backup utilities.
| postgresql.envFrom | list | `[]` | Postgresql backup container env variables loaded from configmap or secret reference. |
| postgresql.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the postgresql backup. |
| postgresql.image.repository | string | `"ghcr.io/this-is-tobi/tools/pg-backup"` | Repository to use for the postgresql backup. |
| postgresql.image.tag | string | `"3.0.0"` | Tag to use for the postgresql backup. # Overrides the image tag whose default is the chart appVersion. |
| postgresql.image.tag | string | `"3.0.1"` | Tag to use for the postgresql backup. # Overrides the image tag whose default is the chart appVersion. |
| postgresql.job.backoffLimit | int | `3` | Specifies the number of retries before marking this job failed. |
| postgresql.job.concurrencyPolicy | string | `"Forbid"` | Specifies how to treat concurrent executions of a Job. Valid values are "Allow", "Forbid" and "Replace". |
| postgresql.job.failedJobsHistoryLimit | int | `3` | The number of failed finished jobs to retain. Value must be non-negative integer. |
Expand Down Expand Up @@ -110,7 +110,7 @@ A Helm chart for effortless deployment of backup utilities.
| vault.envFrom | list | `[]` | Vault backup container env variables loaded from configmap or secret reference. |
| vault.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the vault backup. |
| vault.image.repository | string | `"ghcr.io/this-is-tobi/tools/vault-backup"` | Repository to use for the vault backup. |
| vault.image.tag | string | `"1.2.0"` | Tag to use for the vault backup. # Overrides the image tag whose default is the chart appVersion. |
| vault.image.tag | string | `"1.2.1"` | Tag to use for the vault backup. # Overrides the image tag whose default is the chart appVersion. |
| vault.job.backoffLimit | int | `3` | Specifies the number of retries before marking this job failed. |
| vault.job.concurrencyPolicy | string | `"Forbid"` | Specifies how to treat concurrent executions of a Job. Valid values are "Allow", "Forbid" and "Replace". |
| vault.job.failedJobsHistoryLimit | int | `3` | The number of failed finished jobs to retain. Value must be non-negative integer. |
Expand Down
4 changes: 2 additions & 2 deletions charts/backup-utils/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ postgresql:
pullPolicy: "IfNotPresent"
# -- Tag to use for the postgresql backup.
## Overrides the image tag whose default is the chart appVersion.
tag: "3.0.0"
tag: "3.0.1"
job:
# -- The cron rule used for backups. By default it runs everyday at 00:00.
schedule: "0 0 * * *"
Expand Down Expand Up @@ -227,7 +227,7 @@ vault:
pullPolicy: "IfNotPresent"
# -- Tag to use for the vault backup.
## Overrides the image tag whose default is the chart appVersion.
tag: "1.2.0"
tag: "1.2.1"
job:
# -- The cron rule used for backups. By default it runs everyday at 00:00.
schedule: "0 0 * * *"
Expand Down

0 comments on commit c90e13c

Please sign in to comment.