diff --git a/charts/tandoor/Chart.yaml b/charts/tandoor/Chart.yaml index fd3fa31be..2cf198e17 100644 --- a/charts/tandoor/Chart.yaml +++ b/charts/tandoor/Chart.yaml @@ -4,9 +4,9 @@ description: Application for managing recipes, planning meals, building shopping home: https://charts.gabe565.com/charts/tandoor icon: https://raw.githubusercontent.com/vabene1111/recipes/master/docs/logo_color.svg type: application -version: 0.4.3 +version: 0.4.4 # renovate image=vabene1111/recipes -appVersion: 1.4.6 +appVersion: 1.4.7 kubeVersion: ">=1.22.0-0" keywords: - recipes @@ -29,4 +29,4 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update postgresql Helm release to v12.1.14 + description: Update vabene1111/recipes Docker tag to v1.4.7 diff --git a/charts/tandoor/README.md b/charts/tandoor/README.md index 4af359daf..782938333 100644 --- a/charts/tandoor/README.md +++ b/charts/tandoor/README.md @@ -2,9 +2,9 @@ tandoor logo -![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat) +![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 1.4.6](https://img.shields.io/badge/AppVersion-1.4.6-informational?style=flat) +![AppVersion: 1.4.7](https://img.shields.io/badge/AppVersion-1.4.7-informational?style=flat) Application for managing recipes, planning meals, building shopping lists and much much more! @@ -89,7 +89,7 @@ N/A | env.TIMEZONE | string | `"UTC"` | default timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"vabene1111/recipes"` | image repository | -| image.tag | string | `"1.4.6"` | image tag | +| image.tag | string | `"1.4.7"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) | diff --git a/charts/tandoor/values.yaml b/charts/tandoor/values.yaml index a2a9f3aaf..3b90db3ab 100644 --- a/charts/tandoor/values.yaml +++ b/charts/tandoor/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: vabene1111/recipes # -- image tag - tag: 1.4.6 + tag: 1.4.7 # -- image pull policy pullPolicy: IfNotPresent # -- image tag