Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-01 19:07:52 +00:00
parent b0ff96d9c4
commit 2de211aaca
14 changed files with 20 additions and 104 deletions

View File

@ -1,9 +0,0 @@
## [ghostfolio-0.0.2](https://github.com/truecharts/charts/compare/ghostfolio-0.0.1...ghostfolio-0.0.2) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [ghostfolio-0.0.3](https://github.com/truecharts/charts/compare/ghostfolio-0.0.2...ghostfolio-0.0.3) (2023-07-01)
### Fix
- Fix broken q's ([#10073](https://github.com/truecharts/charts/issues/10073))
## [ghostfolio-0.0.2](https://github.com/truecharts/charts/compare/ghostfolio-0.0.1...ghostfolio-0.0.2) (2023-07-01)
### Chore

View File

@ -25,7 +25,7 @@ sources:
- https://github.com/ghostfolio/ghostfolio
- https://ghostfol.io/
type: application
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- finance

View File

@ -0,0 +1,9 @@
## [ghostfolio-0.0.3](https://github.com/truecharts/charts/compare/ghostfolio-0.0.2...ghostfolio-0.0.3) (2023-07-01)
### Fix
- Fix broken q's ([#10073](https://github.com/truecharts/charts/issues/10073))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/ghostfolio
pullPolicy: IfNotPresent
tag: v1.283.5
tag: v1.283.5@sha256:06a3ff744e4571695bf3185710c7addfa74a0318f4d6d53d3e7da7df6ade4516
workload:
main:

View File

@ -550,99 +550,6 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: type
label: Type of Storage
description: Sets the persistence type, Anything other than PVC could break rollback!
schema:
type: string
default: pvc
enum:
- value: pvc
description: PVC
- value: hostPath
description: Host Path
- value: emptyDir
description: emptyDir
- value: nfs
description: NFS Share
- variable: server
label: NFS Server
schema:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: path
label: Path on NFS Server
schema:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
type: boolean
default: false
- variable: hostPath
label: Host Path
description: Path inside the container the storage is mounted
schema:
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: medium
label: EmptyDir Medium
schema:
show_if: [["type", "=", "emptyDir"]]
type: string
default: ""
enum:
- value: ""
description: Default
- value: Memory
description: Memory
- variable: size
label: Size quotum of Storage (Do NOT REDUCE after installation)
description: This value can ONLY be INCREASED after the installation
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: persistenceList
label: Additional App Storage
group: Storage and Persistence