diff --git a/charts/flame/Chart.yaml b/charts/flame/Chart.yaml
index bdd4e39df..d4eaf1100 100644
--- a/charts/flame/Chart.yaml
+++ b/charts/flame/Chart.yaml
@@ -4,9 +4,9 @@ description: Flame is self-hosted startpage for your server. Easily manage your
home: https://charts.gabe565.com/charts/flame/
icon: https://raw.githubusercontent.com/pawelmalak/flame/4ed29fe276b4282c67415f9788660df2a3a69b5c/client/public/icons/apple-touch-icon-180x180.png
type: application
-version: 0.5.0
+version: 0.5.1
# renovate datasource=docker depName=pawelmalak/flame
-appVersion: multiarch2.3.0
+appVersion: multiarch2.3.1
kubeVersion: ">=1.22.0-0"
keywords:
- flame
@@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update common Helm release to v1.5.0
+ description: Update pawelmalak/flame Docker tag to multiarch2.3.1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/pawelmalak/flame
diff --git a/charts/flame/README.md b/charts/flame/README.md
index be24705d6..6353c3735 100644
--- a/charts/flame/README.md
+++ b/charts/flame/README.md
@@ -2,16 +2,16 @@
-![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat)
+![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: multiarch2.3.0](https://img.shields.io/badge/AppVersion-multiarch2.3.0-informational?style=flat)
+![AppVersion: multiarch2.3.1](https://img.shields.io/badge/AppVersion-multiarch2.3.1-informational?style=flat)
Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors.
**Homepage:**
**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=flame&version=0.5.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=flame&version=0.5.1)**
## Source Code
@@ -85,7 +85,7 @@ N/A
| env | object | See [values.yaml](./values.yaml) | environment variables. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"pawelmalak/flame"` | image repository |
-| image.tag | string | `"multiarch2.3.0"` | image tag |
+| image.tag | string | `"multiarch2.3.1"` | 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. |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |
diff --git a/charts/flame/values.yaml b/charts/flame/values.yaml
index d0a005d66..db36e522d 100644
--- a/charts/flame/values.yaml
+++ b/charts/flame/values.yaml
@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
- tag: multiarch2.3.0
+ tag: multiarch2.3.1
# -- environment variables.
# @default -- See [values.yaml](./values.yaml)