diff --git a/charts/tandoor/Chart.yaml b/charts/tandoor/Chart.yaml index 3a1cab38b..37e7dffd2 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.8.2 +version: 0.8.3 # renovate datasource=docker depName=vabene1111/recipes -appVersion: 1.5.2 +appVersion: 1.5.3 kubeVersion: ">=1.22.0-0" keywords: - recipes @@ -27,7 +27,7 @@ annotations: artifacthub.io/alternativeName: tandoor-recipes artifacthub.io/changes: |- - kind: changed - description: Update vabene1111/recipes Docker tag to v1.5.2 + description: Update vabene1111/recipes Docker tag to v1.5.3 artifacthub.io/links: |- - name: App Source url: https://github.com/TandoorRecipes/recipes diff --git a/charts/tandoor/README.md b/charts/tandoor/README.md index acb93c065..c29a754c5 100644 --- a/charts/tandoor/README.md +++ b/charts/tandoor/README.md @@ -2,16 +2,16 @@ tandoor logo -![Version: 0.8.2](https://img.shields.io/badge/Version-0.8.2-informational?style=flat) +![Version: 0.8.3](https://img.shields.io/badge/Version-0.8.3-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 1.5.2](https://img.shields.io/badge/AppVersion-1.5.2-informational?style=flat) +![AppVersion: 1.5.3](https://img.shields.io/badge/AppVersion-1.5.3-informational?style=flat) Application for managing recipes, planning meals, building shopping lists and much much more! **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=tandoor&version=0.8.2)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=tandoor&version=0.8.3)** ## Source Code @@ -87,7 +87,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.5.2"` | image tag | +| image.tag | string | `"1.5.3"` | 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. | | podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group | diff --git a/charts/tandoor/values.yaml b/charts/tandoor/values.yaml index 076088713..73386000e 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.5.2 + tag: 1.5.3 # -- image pull policy pullPolicy: IfNotPresent # -- image tag