Skip to content

Commit

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

* 🔧 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 Feb 12, 2023
1 parent e997030 commit 44c8499
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.3
version: 0.4.4
# renovate image=vabene1111/recipes
appVersion: 1.4.6
appVersion: 1.4.7
kubeVersion: ">=1.22.0-0"
keywords:
- recipes
Expand All @@ -29,4 +29,4 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update postgresql Helm release to v12.1.14
description: Update vabene1111/recipes Docker tag to v1.4.7
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.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat)
![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 1.4.6](https://img.shields.io/badge/AppVersion-1.4.6-informational?style=flat)
![AppVersion: 1.4.7](https://img.shields.io/badge/AppVersion-1.4.7-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.6"` | image tag |
| image.tag | string | `"1.4.7"` | 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.6
tag: 1.4.7
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
Expand Down

0 comments on commit 44c8499

Please sign in to comment.