diff --git a/README.md b/README.md index c3b1883..eeb96ab 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository hosts a set of personal Helm Charts and exposes a Helm Repositor | Chart | Application | Description | Last version | | ------------------------------------- | ------------------------------------------ | ----------------------------------- | ------------ | | [backup-utils](./charts/backup-utils) | - | Easy backup tools deployment. | `1.2.0` | -| [cnpg-cluster](./charts/cnpg-cluster) | [CNPG](https://cloudnative-pg.io) | Easy CNPG cluster deployment. | `0.7.0` | +| [cnpg-cluster](./charts/cnpg-cluster) | [CNPG](https://cloudnative-pg.io) | Easy CNPG cluster deployment. | `0.8.0` | | [dashy](./charts/dashy) | [Dashy](https://github.com/lissy93/dashy) | A self-hostable personal dashboard. | `0.1.7` | | [homarr](./charts/homarr) | [Homarr](https://github.com/ajnart/homarr) | A self-hostable personal dashboard. | `0.1.8` | diff --git a/charts/backup-utils/Chart.yaml b/charts/backup-utils/Chart.yaml index a5b09d0..475a73d 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.0 +version: 1.2.1 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 4bea225..24faaa3 100644 --- a/charts/backup-utils/README.md +++ b/charts/backup-utils/README.md @@ -1,6 +1,6 @@ # backup-utils -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.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.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) A Helm chart for effortless deployment of backup utilities. diff --git a/charts/backup-utils/templates/vault/cronjob.yaml b/charts/backup-utils/templates/vault/cronjob.yaml index e4c95b3..de6d9e2 100644 --- a/charts/backup-utils/templates/vault/cronjob.yaml +++ b/charts/backup-utils/templates/vault/cronjob.yaml @@ -55,7 +55,7 @@ spec: securityContext: {{- toYaml .Values.vault.container.securityContext | nindent 14 }} {{- end }} - image: {{ printf "%s:%s" .Values.vault.image.repository (.Values.vault.image.tag | default printf "%s" "latest") }} + image: {{ printf "%s:%s" .Values.vault.image.repository (.Values.vault.image.tag | default "latest") }} imagePullPolicy: {{ .Values.vault.image.pullPolicy }} {{- if .Values.vault.container.command }} command: