Skip to content

Commit

Permalink
⬆️ Update ghcr.io/miniflux/miniflux Docker tag to v2.0.43 (#73)
Browse files Browse the repository at this point in the history
* ⬆️ Update ghcr.io/miniflux/miniflux Docker tag to v2.0.43

* 🔧 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 17, 2023
1 parent 0de44f3 commit f0b3cb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/miniflux/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.4
version: 0.4.5
# renovate datasource=docker depName=ghcr.io/miniflux/miniflux
appVersion: 2.0.42
appVersion: 2.0.43
kubeVersion: ">=1.22.0-0"
keywords:
- miniflux
Expand All @@ -27,4 +27,4 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update image from miniflux/miniflux to ghcr.io/miniflux/miniflux
description: Update ghcr.io/miniflux/miniflux Docker tag to v2.0.43
6 changes: 3 additions & 3 deletions charts/miniflux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<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.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat)
![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-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)
![AppVersion: 2.0.43](https://img.shields.io/badge/AppVersion-2.0.43-informational?style=flat)

Miniflux is a minimalist and opinionated feed reader.

Expand Down Expand Up @@ -91,7 +91,7 @@ N/A
| 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 | `"ghcr.io/miniflux/miniflux"` | image repository |
| image.tag | string | `"2.0.42"` | image tag |
| image.tag | string | `"2.0.43"` | 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) |
| service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |
Expand Down
2 changes: 1 addition & 1 deletion charts/miniflux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/miniflux/miniflux
# -- image tag
tag: 2.0.42
tag: 2.0.43
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit f0b3cb3

Please sign in to comment.