From f3c81ebab3fc4c368d94c5e688db7b3405bf4d33 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Sun, 10 Mar 2024 17:26:00 -0500 Subject: [PATCH] chore(tandoor): Change docker tag to ghcr.io/tandoorrecipes/recipes --- charts/tandoor/Chart.yaml | 4 ++-- charts/tandoor/README.md | 6 +++--- charts/tandoor/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/tandoor/Chart.yaml b/charts/tandoor/Chart.yaml index 672cd7fa0..4c52541c9 100644 --- a/charts/tandoor/Chart.yaml +++ b/charts/tandoor/Chart.yaml @@ -4,7 +4,7 @@ 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.9.1 +version: 0.9.2 # renovate datasource=docker depName=vabene1111/recipes appVersion: 1.5.14 kubeVersion: ">=1.22.0-0" @@ -27,7 +27,7 @@ annotations: artifacthub.io/alternativeName: tandoor-recipes artifacthub.io/changes: |- - kind: changed - description: Update vabene1111/recipes docker tag to v1.5.14 + description: Change docker tag to ghcr.io/tandoorrecipes/recipes 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 634277bbc..0fff35027 100644 --- a/charts/tandoor/README.md +++ b/charts/tandoor/README.md @@ -2,7 +2,7 @@ tandoor logo -![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat) +![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: 1.5.14](https://img.shields.io/badge/AppVersion-1.5.14-informational?style=flat) @@ -11,7 +11,7 @@ Application for managing recipes, planning meals, building shopping lists and mu **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.9.1)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=tandoor&version=0.9.2)** ## Source Code @@ -88,7 +88,7 @@ N/A | env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://github.com/TandoorRecipes/recipes/blob/master/.env.template). | | env.TIMEZONE | string | `"UTC"` | default timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"vabene1111/recipes"` | image repository | +| image.repository | string | `"ghcr.io/tandoorrecipes/recipes"` | image repository | | image.tag | string | `"1.5.14"` | 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. | diff --git a/charts/tandoor/values.yaml b/charts/tandoor/values.yaml index 5b8b7dcdb..e7015d2ab 100644 --- a/charts/tandoor/values.yaml +++ b/charts/tandoor/values.yaml @@ -7,7 +7,7 @@ image: # -- image repository - repository: vabene1111/recipes + repository: ghcr.io/tandoorrecipes/recipes # -- image tag tag: 1.5.14 # -- image pull policy