Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9f15985afe
commit
7bc6103807
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [velero-3.0.3](https://github.com/truecharts/charts/compare/velero-3.0.2...velero-3.0.3) (2023-12-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove values ([#16552](https://github.com/truecharts/charts/issues/16552))
|
||||
|
||||
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
|
||||
|
||||
## [velero-3.0.4](https://github.com/truecharts/charts/compare/velero-3.0.3...velero-3.0.4) (2023-12-26)
|
||||
|
||||
|
||||
|
||||
|
||||
## [velero-3.0.3](https://github.com/truecharts/charts/compare/velero-3.0.2...velero-3.0.3) (2023-12-26)
|
||||
|
||||
### Fix
|
||||
|
@ -92,8 +97,3 @@
|
|||
|
||||
## [velero-2.0.8](https://github.com/truecharts/charts/compare/velero-2.0.7...velero-2.0.8) (2023-12-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- expose custom options for homepage integration
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: velero
|
||||
version: 3.0.3
|
||||
version: 3.0.4
|
||||
appVersion: latest
|
||||
description: Velero is a kubernetes-native backup solution
|
||||
home: https://truecharts.org/charts/incubator/velero
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [velero-3.0.4](https://github.com/truecharts/charts/compare/velero-3.0.3...velero-3.0.4) (2023-12-26)
|
||||
|
|
@ -57,6 +57,12 @@ questions:
|
|||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Enabled"
|
||||
schema:
|
||||
type: boolean
|
||||
hidden: true
|
||||
default: true
|
||||
- variable: name
|
||||
label: "Name"
|
||||
schema:
|
||||
|
@ -194,6 +200,12 @@ questions:
|
|||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Enabled"
|
||||
schema:
|
||||
type: boolean
|
||||
hidden: true
|
||||
default: true
|
||||
- variable: name
|
||||
label: "Name"
|
||||
schema:
|
Loading…
Reference in New Issue