mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[miniflux] Upgrade miniflux to version 2.0.35 (#1424)
Signed-off-by: Kalle Lindqvist <kalle.lindqvist@yutani.io>
This commit is contained in:
parent
a33219152a
commit
4cc083d7a2
@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.32
|
||||
appVersion: 2.0.35
|
||||
description: Miniflux is a minimalist and opinionated feed reader.
|
||||
name: miniflux
|
||||
version: 4.5.0
|
||||
version: 4.5.1
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- miniflux
|
||||
@ -26,4 +26,4 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
||||
description: Upgraded miniflux to version 2.0.35.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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.
|
||||
|
||||
@ -93,7 +93,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 4.5.0
|
||||
### Version 4.5.1
|
||||
|
||||
#### Added
|
||||
|
||||
@ -101,7 +101,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
||||
* Upgraded miniflux to version 2.0.35.
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
image:
|
||||
repository: miniflux/miniflux
|
||||
tag: 2.0.31
|
||||
tag: 2.0.35
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- environment variables. See [miniflux docs](https://miniflux.app/docs/configuration.html) for more details.
|
||||
|
Loading…
Reference in New Issue
Block a user