Skip to content

Commit

Permalink
chore(tandoor): Change docker tag to ghcr.io/tandoorrecipes/recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 27, 2024
1 parent 585fff7 commit f3c81eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/tandoor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/tandoor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/vabene1111/recipes/master/docs/logo_color.svg" align="right" width="92" alt="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)

Expand All @@ -11,7 +11,7 @@ Application for managing recipes, planning meals, building shopping lists and mu
**Homepage:** <https://charts.gabe565.com/charts/tandoor/>

**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

Expand Down Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/tandoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

image:
# -- image repository
repository: vabene1111/recipes
repository: ghcr.io/tandoorrecipes/recipes
# -- image tag
tag: 1.5.14
# -- image pull policy
Expand Down

0 comments on commit f3c81eb

Please sign in to comment.