Skip to content

Commit

Permalink
🔧 (miniflux): Update image from miniflux/miniflux to ghcr.io/miniflux…
Browse files Browse the repository at this point in the history
…/miniflux
  • Loading branch information
gabe565 committed Feb 22, 2023
1 parent 98891bd commit 708a3c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/miniflux/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Miniflux is a minimalist and opinionated feed reader.
home: https://charts.gabe565.com/charts/miniflux
icon: https://raw.githubusercontent.com/miniflux/logo/40cb83cc5b190212ad29fb4d5db6b52b335e4dc2/icon.svg
type: application
version: 0.4.3
# renovate datasource=docker depName=miniflux/miniflux
version: 0.4.4
# renovate datasource=docker depName=ghcr.io/miniflux/miniflux
appVersion: 2.0.42
kubeVersion: ">=1.22.0-0"
keywords:
Expand All @@ -27,4 +27,4 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.3.2
description: Update image from miniflux/miniflux to ghcr.io/miniflux/miniflux
4 changes: 2 additions & 2 deletions charts/miniflux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/miniflux/logo/40cb83cc5b190212ad29fb4d5db6b52b335e4dc2/icon.svg" align="right" width="92" alt="miniflux 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: 2.0.42](https://img.shields.io/badge/AppVersion-2.0.42-informational?style=flat)

Expand Down Expand Up @@ -90,7 +90,7 @@ N/A
| env.CREATE_ADMIN | string | `"1"` | Set to `1` to create an admin user from environment variables. |
| env.DATABASE_URL | string | `""` | Postgresql connection parameters. Will be generated if Postgresql subchart is enabled. [[ref]](https://miniflux.app/docs/configuration.html#database-url) |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"miniflux/miniflux"` | image repository |
| image.repository | string | `"ghcr.io/miniflux/miniflux"` | image repository |
| image.tag | string | `"2.0.42"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| postgresql | object | Enabled (See [values.yaml](./values.yaml) for more details) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
Expand Down
2 changes: 1 addition & 1 deletion charts/miniflux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

image:
# -- image repository
repository: miniflux/miniflux
repository: ghcr.io/miniflux/miniflux
# -- image tag
tag: 2.0.42
# -- image pull policy
Expand Down

0 comments on commit 708a3c8

Please sign in to comment.