Skip to content

Commit b2807b3

Browse files
authored
Merge pull request #54 from this-is-tobi/develop
chore: upgrade images used by backup-utils chart
2 parents d530706 + cc5315b commit b2807b3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/backup-utils/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: backup-utils
33
type: application
4-
version: 1.2.5
4+
version: 1.2.6
55
appVersion: "0.1.0"
66
description: A Helm chart for effortless deployment of backup utilities.
77
deprecated: false

charts/backup-utils/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# backup-utils
22

3-
![Version: 1.2.5](https://img.shields.io/badge/Version-1.2.5-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)
3+
![Version: 1.2.6](https://img.shields.io/badge/Version-1.2.6-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)
44

55
A Helm chart for effortless deployment of backup utilities.
66

@@ -22,7 +22,7 @@ helm install <release_name> tobi/backup-utils
2222
sources:
2323
- repoURL: https://this-is-tobi.github.io/helm-charts
2424
chart: backup-utils
25-
targetRevision: 1.2.5
25+
targetRevision: 1.2.6
2626
helm:
2727
releaseName: <release_name>
2828
parameters: []
@@ -37,7 +37,7 @@ sources:
3737
[...]
3838
dependencies:
3939
- name: backup-utils
40-
version: 1.2.5
40+
version: 1.2.6
4141
repository: https://this-is-tobi.github.io/helm-charts
4242
condition: backup-utils.enabled
4343
```
@@ -83,7 +83,7 @@ backup-utils:
8383
| postgresql.envFrom | list | `[]` | Postgresql backup container env variables loaded from configmap or secret reference. |
8484
| postgresql.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the postgresql backup. |
8585
| postgresql.image.repository | string | `"ghcr.io/this-is-tobi/tools/pg-backup"` | Repository to use for the postgresql backup. |
86-
| postgresql.image.tag | string | `"3.3.0"` | Tag to use for the postgresql backup. Overrides the image tag whose default is the chart appVersion. |
86+
| postgresql.image.tag | string | `"3.4.0"` | Tag to use for the postgresql backup. Overrides the image tag whose default is the chart appVersion. |
8787
| postgresql.job.backoffLimit | int | `3` | Specifies the number of retries before marking this job failed. |
8888
| postgresql.job.concurrencyPolicy | string | `"Forbid"` | Specifies how to treat concurrent executions of a Job. Valid values are "Allow", "Forbid" and "Replace". |
8989
| postgresql.job.failedJobsHistoryLimit | int | `3` | The number of failed finished jobs to retain. Value must be non-negative integer. |
@@ -168,7 +168,7 @@ backup-utils:
168168
| vault.envFrom | list | `[]` | Vault backup container env variables loaded from configmap or secret reference. |
169169
| vault.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the vault backup. |
170170
| vault.image.repository | string | `"ghcr.io/this-is-tobi/tools/vault-backup"` | Repository to use for the vault backup. |
171-
| vault.image.tag | string | `"1.5.0"` | Tag to use for the vault backup. Overrides the image tag whose default is the chart appVersion. |
171+
| vault.image.tag | string | `"1.5.1"` | Tag to use for the vault backup. Overrides the image tag whose default is the chart appVersion. |
172172
| vault.job.backoffLimit | int | `3` | Specifies the number of retries before marking this job failed. |
173173
| vault.job.concurrencyPolicy | string | `"Forbid"` | Specifies how to treat concurrent executions of a Job. Valid values are "Allow", "Forbid" and "Replace". |
174174
| vault.job.failedJobsHistoryLimit | int | `3` | The number of failed finished jobs to retain. Value must be non-negative integer. |

charts/backup-utils/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ postgresql:
4343
# -- Tag to use for the postgresql backup.
4444
# Overrides the image tag whose default is the chart appVersion.
4545
# @section -- Postgresql
46-
tag: "3.3.0"
46+
tag: "3.4.0"
4747
job:
4848
# -- The cron rule used for backups. By default it runs everyday at 00:00.
4949
# @section -- Postgresql
@@ -316,7 +316,7 @@ vault:
316316
# -- Tag to use for the vault backup.
317317
# Overrides the image tag whose default is the chart appVersion.
318318
# @section -- Vault
319-
tag: "1.5.0"
319+
tag: "1.5.1"
320320
job:
321321
# -- The cron rule used for backups. By default it runs everyday at 00:00.
322322
# @section -- Vault

0 commit comments

Comments
 (0)