Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f24b0ccd29
commit
8853cdf415
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [ghostfolio-0.0.27](https://github.com/truecharts/charts/compare/ghostfolio-0.0.26...ghostfolio-0.0.27) (2023-10-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ghostfolio to v2.15.0 ([#14010](https://github.com/truecharts/charts/issues/14010))
|
||||
|
||||
|
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [ghostfolio-0.0.28](https://github.com/truecharts/charts/compare/ghostfolio-0.0.27...ghostfolio-0.0.28) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update container image tccr.io/truecharts/ghostfolio to v2.16.0 ([#14086](https://github.com/truecharts/charts/issues/14086))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ghostfolio-0.0.27](https://github.com/truecharts/charts/compare/ghostfolio-0.0.26...ghostfolio-0.0.27) (2023-10-27)
|
||||
|
||||
### Chore
|
||||
|
@ -87,13 +97,3 @@
|
|||
|
||||
## [ghostfolio-0.0.18](https://github.com/truecharts/charts/compare/ghostfolio-0.0.17...ghostfolio-0.0.18) (2023-10-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ghostfolio to v2.7.0 ([#13148](https://github.com/truecharts/charts/issues/13148))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ghostfolio-0.0.17](https://github.com/truecharts/charts/compare/ghostfolio-0.0.16...ghostfolio-0.0.17) (2023-09-27)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.15.0"
|
||||
appVersion: "2.16.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -25,8 +25,7 @@ sources:
|
|||
- https://github.com/ghostfolio/ghostfolio
|
||||
- https://ghostfol.io/
|
||||
type: application
|
||||
version: 0.0.27
|
||||
version: 0.0.28
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- finance
|
||||
truecharts.org/category: finance
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [ghostfolio-0.0.28](https://github.com/truecharts/charts/compare/ghostfolio-0.0.27...ghostfolio-0.0.28) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update container image tccr.io/truecharts/ghostfolio to v2.16.0 ([#14086](https://github.com/truecharts/charts/issues/14086))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.15.0@sha256:c7754f7834a3bc41f766596e17ca40286452ab6334757d7b67d2f487fe007534
|
||||
tag: v2.16.0@sha256:ecf073479b557c98efcb10619decadaca3d1fbff7be98465568c9969d911ab28
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -637,6 +637,19 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -845,6 +858,13 @@ questions:
|
|||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
|
@ -1,5 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png
|
||||
categories:
|
||||
- finance
|
||||
|
||||
screenshots: []
|
||||
|
|
Loading…
Reference in New Issue