[miniflux] Upgrade miniflux to version 2.0.35 (#1424)

Signed-off-by: Kalle Lindqvist <kalle.lindqvist@yutani.io>
This commit is contained in:
Kalle Lindqvist 2022-02-20 21:46:59 +01:00 committed by GitHub
parent a33219152a
commit 4cc083d7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 2.0.32 appVersion: 2.0.35
description: Miniflux is a minimalist and opinionated feed reader. description: Miniflux is a minimalist and opinionated feed reader.
name: miniflux name: miniflux
version: 4.5.0 version: 4.5.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- miniflux - miniflux
@ -26,4 +26,4 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`. description: Upgraded miniflux to version 2.0.35.

View File

@ -1,6 +1,6 @@
# miniflux # miniflux
![Version: 4.5.0](https://img.shields.io/badge/Version-4.5.0-informational?style=flat-square) ![AppVersion: 2.0.32](https://img.shields.io/badge/AppVersion-2.0.32-informational?style=flat-square) ![Version: 4.5.1](https://img.shields.io/badge/Version-4.5.1-informational?style=flat-square) ![AppVersion: 2.0.35](https://img.shields.io/badge/AppVersion-2.0.35-informational?style=flat-square)
Miniflux is a minimalist and opinionated feed reader. Miniflux is a minimalist and opinionated feed reader.
@ -93,7 +93,7 @@ N/A
## Changelog ## Changelog
### Version 4.5.0 ### Version 4.5.1
#### Added #### Added
@ -101,7 +101,7 @@ N/A
#### Changed #### Changed
* Upgraded `common` chart dependency to version `4.3.0`. * Upgraded miniflux to version 2.0.35.
#### Fixed #### Fixed

View File

@ -7,7 +7,7 @@
image: image:
repository: miniflux/miniflux repository: miniflux/miniflux
tag: 2.0.31 tag: 2.0.35
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- environment variables. See [miniflux docs](https://miniflux.app/docs/configuration.html) for more details. # -- environment variables. See [miniflux docs](https://miniflux.app/docs/configuration.html) for more details.