Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
55159dce7d
commit
78bca41cc8
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="miniflux-7.0.8"></a>
|
||||
### [miniflux-7.0.8](https://github.com/truecharts/apps/compare/miniflux-7.0.7...miniflux-7.0.8) (2022-06-25)
|
||||
|
||||
#### Miniflux
|
||||
|
||||
* make questions ADMIN_PASSWORD private ([#2986](https://github.com/truecharts/apps/issues/2986))
|
||||
|
||||
|
||||
|
||||
<a name="miniflux-7.0.7"></a>
|
||||
### [miniflux-7.0.7](https://github.com/truecharts/apps/compare/miniflux-7.0.6...miniflux-7.0.7) (2022-06-25)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
#### Fix
|
||||
|
||||
* remove malfunctioning SCALE migration script
|
||||
|
||||
#### Refactor
|
||||
|
||||
* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
|
||||
|
||||
|
||||
|
||||
<a name="miniflux-6.0.0"></a>
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org/
|
||||
version: 8.0.18
|
||||
digest: sha256:c637d0fd843751135dc774a2abb21a64ad838e6aa812126622d372989298bef4
|
||||
generated: "2022-06-25T13:59:40.092989725Z"
|
||||
generated: "2022-06-25T21:12:14.532641362Z"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: "2.0.37"
|
||||
description: Miniflux is a minimalist and opinionated feed reader.
|
||||
name: miniflux
|
||||
version: 7.0.7
|
||||
version: 7.0.8
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- miniflux
|
|
@ -187,6 +187,7 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: "changeme"
|
||||
private: true
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
Loading…
Reference in New Issue