Skip to content

Commit

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

* 🔧 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] authored Mar 15, 2023
1 parent 6e4a2fd commit 9a68a06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.4.5
version: 0.4.6
# renovate datasource=docker depName=vabene1111/recipes
appVersion: 1.4.7
appVersion: 1.4.8
kubeVersion: ">=1.22.0-0"
keywords:
- recipes
Expand All @@ -29,4 +29,4 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.3.2
description: Update vabene1111/recipes Docker tag to v1.4.8
6 changes: 3 additions & 3 deletions charts/tandoor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat)
![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 1.4.7](https://img.shields.io/badge/AppVersion-1.4.7-informational?style=flat)
![AppVersion: 1.4.8](https://img.shields.io/badge/AppVersion-1.4.8-informational?style=flat)

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

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 | `"vabene1111/recipes"` | image repository |
| image.tag | string | `"1.4.7"` | image tag |
| image.tag | string | `"1.4.8"` | 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. |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) |
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.4.7
tag: 1.4.8
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
Expand Down

0 comments on commit 9a68a06

Please sign in to comment.