Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ead331840c
commit
1ece19a3e7
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [ghostfolio-0.0.35](https://github.com/truecharts/charts/compare/ghostfolio-0.0.34...ghostfolio-0.0.35) (2023-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [ghostfolio-0.0.36](https://github.com/truecharts/charts/compare/ghostfolio-0.0.35...ghostfolio-0.0.36) (2023-11-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/ghostfolio to v2.21.0 ([#14511](https://github.com/truecharts/charts/issues/14511))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [ghostfolio-0.0.35](https://github.com/truecharts/charts/compare/ghostfolio-0.0.34...ghostfolio-0.0.35) (2023-11-08)
|
## [ghostfolio-0.0.35](https://github.com/truecharts/charts/compare/ghostfolio-0.0.34...ghostfolio-0.0.35) (2023-11-08)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [ghostfolio-0.0.26](https://github.com/truecharts/charts/compare/ghostfolio-0.0.25...ghostfolio-0.0.26) (2023-10-22)
|
## [ghostfolio-0.0.26](https://github.com/truecharts/charts/compare/ghostfolio-0.0.25...ghostfolio-0.0.26) (2023-10-22)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/ghostfolio to v2.14.0 ([#13874](https://github.com/truecharts/charts/issues/13874))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [ghostfolio-0.0.25](https://github.com/truecharts/charts/compare/ghostfolio-0.0.24...ghostfolio-0.0.25) (2023-10-20)
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.19.0"
|
appVersion: "2.21.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -25,7 +25,7 @@ sources:
|
||||||
- https://github.com/ghostfolio/ghostfolio
|
- https://github.com/ghostfolio/ghostfolio
|
||||||
- https://ghostfol.io/
|
- https://ghostfol.io/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.35
|
version: 0.0.36
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: finance
|
truecharts.org/category: finance
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [ghostfolio-0.0.36](https://github.com/truecharts/charts/compare/ghostfolio-0.0.35...ghostfolio-0.0.36) (2023-11-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/ghostfolio to v2.21.0 ([#14511](https://github.com/truecharts/charts/issues/14511))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/ghostfolio
|
repository: tccr.io/truecharts/ghostfolio
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2.19.0@sha256:d607db13cd388e64363f619f3dea693a88cedd8d20a9c1eccc2ba67509b1832d
|
tag: v2.21.0@sha256:66ea4c324922bdf9a619eb65307a8cad620db128c2dff47dcc371a8b330ab64f
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
|
@ -611,7 +611,7 @@ questions:
|
||||||
label: Paths
|
label: Paths
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: [{path: "/", pathType: "Prefix"}]
|
||||||
items:
|
items:
|
||||||
- variable: pathEntry
|
- variable: pathEntry
|
||||||
label: Host
|
label: Host
|
Loading…
Reference in New Issue