Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/tandoor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.9
version: 0.10.0
# renovate datasource=docker depName=ghcr.io/tandoorrecipes/recipes
appVersion: 1.5.31
appVersion: 2.3.6
kubeVersion: ">=1.22.0-0"
keywords:
- recipes
Expand All @@ -27,7 +27,7 @@ annotations:
artifacthub.io/alternativeName: tandoor-recipes
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.31
description: Update ghcr.io/tandoorrecipes/recipes docker tag to v2
artifacthub.io/links: |-
- name: App Source
url: https://github.com/TandoorRecipes/recipes
Expand Down
8 changes: 4 additions & 4 deletions charts/tandoor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/vabene1111/recipes/master/docs/logo_color.svg" align="right" width="92" alt="tandoor logo">

![Version: 0.9.9](https://img.shields.io/badge/Version-0.9.9-informational?style=flat)
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 1.5.31](https://img.shields.io/badge/AppVersion-1.5.31-informational?style=flat)
![AppVersion: 2.3.6](https://img.shields.io/badge/AppVersion-2.3.6-informational?style=flat)

Application for managing recipes, planning meals, building shopping lists and much much more!

**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.9)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=tandoor&version=0.10.0)**

## Source Code

Expand Down Expand Up @@ -89,7 +89,7 @@ N/A
| env.TIMEZONE | string | `"UTC"` | default timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/tandoorrecipes/recipes"` | image repository |
| image.tag | string | `"1.5.31"` | image tag |
| image.tag | string | `"2.3.6"` | 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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/tandoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/tandoorrecipes/recipes
# -- image tag
tag: 1.5.31
tag: 2.3.6
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
Expand Down