From 5543c664363ff4a6b21531c9e274249147b1f953 Mon Sep 17 00:00:00 2001 From: this-is-tobi Date: Fri, 7 Mar 2025 00:04:57 +0100 Subject: [PATCH] chore: upgrade backup-utils images versions --- charts/backup-utils/Chart.yaml | 2 +- charts/backup-utils/README.md | 6 +++--- charts/backup-utils/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/backup-utils/Chart.yaml b/charts/backup-utils/Chart.yaml index 475a73d..aa50825 100644 --- a/charts/backup-utils/Chart.yaml +++ b/charts/backup-utils/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: backup-utils type: application -version: 1.2.1 +version: 1.2.2 appVersion: "0.1.0" description: A Helm chart for effortless deployment of backup utilities. deprecated: false diff --git a/charts/backup-utils/README.md b/charts/backup-utils/README.md index 24faaa3..8bf6f1c 100644 --- a/charts/backup-utils/README.md +++ b/charts/backup-utils/README.md @@ -1,6 +1,6 @@ # backup-utils -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.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) +![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-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. @@ -38,7 +38,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.2.0"` | Tag to use for the postgresql backup. Overrides the image tag whose default is the chart appVersion. | +| postgresql.image.tag | string | `"3.3.0"` | 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. | @@ -113,7 +113,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.4.0"` | Tag to use for the vault backup. Overrides the image tag whose default is the chart appVersion. | +| vault.image.tag | string | `"1.5.0"` | 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. | diff --git a/charts/backup-utils/values.yaml b/charts/backup-utils/values.yaml index 67e240f..acf9f0e 100644 --- a/charts/backup-utils/values.yaml +++ b/charts/backup-utils/values.yaml @@ -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.2.0" + tag: "3.3.0" job: # -- The cron rule used for backups. By default it runs everyday at 00:00. schedule: "0 0 * * *" @@ -231,7 +231,7 @@ vault: pullPolicy: "IfNotPresent" # -- Tag to use for the vault backup. # Overrides the image tag whose default is the chart appVersion. - tag: "1.4.0" + tag: "1.5.0" job: # -- The cron rule used for backups. By default it runs everyday at 00:00. schedule: "0 0 * * *"