Skip to content

Commit

Permalink
⬆️ Update pawelmalak/flame Docker tag to multiarch2.3.1 (#256)
Browse files Browse the repository at this point in the history
* ⬆️ Update pawelmalak/flame Docker tag to multiarch2.3.1

* 🔧 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 Jul 23, 2023
1 parent 6fb373f commit 6205cc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/flame/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/flame/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/pawelmalak/flame/4ed29fe276b4282c67415f9788660df2a3a69b5c/client/public/icons/apple-touch-icon-180x180.png" align="right" width="92" alt="flame logo">

![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:** <https://charts.gabe565.com/charts/flame/>

**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

Expand Down Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/flame/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6205cc5

Please sign in to comment.