Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e38b26946a
commit
3c6690fca8
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [tasmocompiler-3.0.0](https://github.com/truecharts/charts/compare/tasmocompiler-2.0.14...tasmocompiler-3.0.0) (2023-07-03)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- fix mistakes on questions.yaml
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [tasmocompiler-3.0.1](https://github.com/truecharts/charts/compare/tasmocompiler-3.0.0...tasmocompiler-3.0.1) (2023-07-04)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [tasmocompiler-3.0.0](https://github.com/truecharts/charts/compare/tasmocompiler-2.0.14...tasmocompiler-3.0.0) (2023-07-03)
|
## [tasmocompiler-3.0.0](https://github.com/truecharts/charts/compare/tasmocompiler-2.0.14...tasmocompiler-3.0.0) (2023-07-03)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -92,8 +97,3 @@
|
||||||
## [tasmocompiler-2.0.6](https://github.com/truecharts/charts/compare/tasmocompiler-2.0.5...tasmocompiler-2.0.6) (2022-12-25)
|
## [tasmocompiler-2.0.6](https://github.com/truecharts/charts/compare/tasmocompiler-2.0.5...tasmocompiler-2.0.6) (2022-12-25)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler
|
||||||
- https://github.com/benzino77/tasmocompiler
|
- https://github.com/benzino77/tasmocompiler
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- HomeAutomation
|
- HomeAutomation
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [tasmocompiler-3.0.1](https://github.com/truecharts/charts/compare/tasmocompiler-3.0.0...tasmocompiler-3.0.1) (2023-07-04)
|
||||||
|
|
|
@ -503,107 +503,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
- variable: persistence
|
|
||||||
label: Integrated Persistent Storage
|
|
||||||
description: Integrated Persistent Storage
|
|
||||||
group: Storage and Persistence
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- 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
|
- variable: persistenceList
|
||||||
label: Additional App Storage
|
label: Additional App Storage
|
||||||
group: Storage and Persistence
|
group: Storage and Persistence
|
Loading…
Reference in New Issue