Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-29 12:47:56 +00:00
parent f24b0ccd29
commit 8853cdf415
15 changed files with 44 additions and 25 deletions

View File

@ -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))

View File

@ -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) ## [ghostfolio-0.0.27](https://github.com/truecharts/charts/compare/ghostfolio-0.0.26...ghostfolio-0.0.27) (2023-10-27)
### Chore ### 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) ## [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

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "2.15.0" appVersion: "2.16.0"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -25,8 +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.27 version: 0.0.28
annotations: annotations:
truecharts.org/catagories: | truecharts.org/category: finance
- finance
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -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))

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/ghostfolio repository: tccr.io/truecharts/ghostfolio
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2.15.0@sha256:c7754f7834a3bc41f766596e17ca40286452ab6334757d7b67d2f487fe007534 tag: v2.16.0@sha256:ecf073479b557c98efcb10619decadaca3d1fbff7be98465568c9969d911ab28
securityContext: securityContext:
container: container:

View File

@ -637,6 +637,19 @@ questions:
schema: schema:
type: string type: string
default: "" 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 - variable: middlewares
label: Traefik Middlewares label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress description: Add previously created Traefik Middlewares to this Ingress
@ -845,6 +858,13 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "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 - variable: secretName
label: Use Custom Secret (Advanced) label: Use Custom Secret (Advanced)
schema: schema:

View File

@ -1,5 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png
categories: categories:
- finance - finance
screenshots: [] screenshots: []