Skip to content

Commit

Permalink
⬆️ Update vabene1111/recipes Docker tag to v1.5.3 (#218)
Browse files Browse the repository at this point in the history
* ⬆️ Update vabene1111/recipes Docker tag to v1.5.3

* 🔧 Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] committed Jun 27, 2023
1 parent 4de1f19 commit bfabbd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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.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
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.2
description: Update vabene1111/recipes Docker tag to v1.5.3
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.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:** <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.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

Expand Down Expand Up @@ -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 |
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: vabene1111/recipes
# -- image tag
tag: 1.5.2
tag: 1.5.3
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
Expand Down

0 comments on commit bfabbd9

Please sign in to comment.