From f0b3cb30cc88479d888b5584813c973565a0bfd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 23:52:48 -0500 Subject: [PATCH] :arrow_up: Update ghcr.io/miniflux/miniflux Docker tag to v2.0.43 (#73) * :arrow_up: Update ghcr.io/miniflux/miniflux Docker tag to v2.0.43 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/miniflux/Chart.yaml | 6 +++--- charts/miniflux/README.md | 6 +++--- charts/miniflux/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/miniflux/Chart.yaml b/charts/miniflux/Chart.yaml index cfd900518..cd26383a8 100644 --- a/charts/miniflux/Chart.yaml +++ b/charts/miniflux/Chart.yaml @@ -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 @@ -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 diff --git a/charts/miniflux/README.md b/charts/miniflux/README.md index 31be57c3d..dc0057085 100644 --- a/charts/miniflux/README.md +++ b/charts/miniflux/README.md @@ -2,9 +2,9 @@ miniflux logo -![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. @@ -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. | diff --git a/charts/miniflux/values.yaml b/charts/miniflux/values.yaml index 1b5514c7c..a53b2867e 100644 --- a/charts/miniflux/values.yaml +++ b/charts/miniflux/values.yaml @@ -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