Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
daccb62a46
commit
741f74b528
|
@ -56,4 +56,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/system/openebs
|
||||
- https://github.com/truecharts/containers/tree/master/apps/scratch
|
||||
type: application
|
||||
version: 4.3.11
|
||||
version: 4.4.1
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
## [openebs-4.3.11](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.3.11) (2024-04-23)
|
||||
## [openebs-4.4.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-4.4.1) (2024-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
|
@ -64,6 +64,8 @@
|
|||
|
||||
|
||||
|
||||
- poolname input validation ([#21277](https://github.com/truecharts/charts/issues/21277))
|
||||
|
||||
- BREAKING CHANGE make it an umbrella chart with multiple upstream dependencies ([#19813](https://github.com/truecharts/charts/issues/19813))
|
||||
|
||||
- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548))
|
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
@ -239,7 +239,6 @@ questions:
|
|||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: provisioner
|
||||
label: "provisioner"
|
||||
schema:
|
||||
|
@ -280,6 +279,7 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
valid_chars: '^(?!.*\\)(?!.*ix-applications)[^\/]+(\/[^\/]+)+$'
|
||||
required: true
|
||||
- variable: fstype
|
||||
label: "fstype"
|
||||
|
@ -318,3 +318,9 @@ questions:
|
|||
type: string
|
||||
default: "off"
|
||||
hidden: true
|
||||
- variable: encryption
|
||||
label: "dedup"
|
||||
schema:
|
||||
type: string
|
||||
default: "off"
|
||||
hidden: true
|
Loading…
Reference in New Issue