Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-07 12:03:36 +00:00
parent 1586e9888c
commit d87fe2e4a0
14 changed files with 31 additions and 66 deletions

View File

@ -1,3 +0,0 @@
## [velero-3.2.3](https://github.com/truecharts/charts/compare/velero-3.2.2...velero-3.2.3) (2024-02-06)

View File

@ -7,6 +7,9 @@ title: Changelog
## [velero-3.2.4](https://github.com/truecharts/charts/compare/velero-3.2.3...velero-3.2.4) (2024-02-07)
## [velero-3.2.3](https://github.com/truecharts/charts/compare/velero-3.2.2...velero-3.2.3) (2024-02-06)
@ -94,6 +97,3 @@ title: Changelog
## [velero-3.1.10](https://github.com/truecharts/charts/compare/velero-3.1.9...velero-3.1.10) (2024-01-13)
### Chore

View File

@ -42,4 +42,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/velero
- https://github.com/truecharts/containers/tree/master/apps/alpine
type: application
version: 3.2.3
version: 3.2.4

View File

@ -0,0 +1,3 @@
## [velero-3.2.4](https://github.com/truecharts/charts/compare/velero-3.2.3...velero-3.2.4) (2024-02-07)

View File

@ -105,7 +105,7 @@ questions:
- value: aws
description: aws
- variable: credential
label: credential
label: 'Storage Location Credential'
schema:
additional_attrs: true
type: dict
@ -143,7 +143,7 @@ questions:
type: string
default: ""
- variable: config
label: config
label: 'Storage Location Config'
schema:
additional_attrs: true
type: dict
@ -218,14 +218,12 @@ questions:
schema:
type: string
required: true
default: "s3"
default: "openebs.io/zfspv-blockstore"
enum:
- value: s3
description: S3
- value: aws
description: aws
- value: openebs.io/zfspv-blockstore
description: openebs.io/zfspv-blockstore
- variable: credential
label: credential
label: 'Storage Location Credential'
schema:
additional_attrs: true
type: dict
@ -263,11 +261,28 @@ questions:
type: string
default: ""
- variable: config
label: config
label: 'Storage Location Config'
schema:
additional_attrs: true
type: dict
attrs:
- variable: provider
label: "Provider"
schema:
type: string
required: true
default: "s3"
enum:
- value: s3
description: S3
- value: aws
description: aws
- variable: bucket
label: "bucket"
schema:
type: string
default: ""
required: true
- variable: region
label: "region"
schema:
@ -298,53 +313,3 @@ questions:
schema:
type: string
default: ""
- variable: schedules
group: "Backup Configuration"
label: "Backup Schedules"
schema:
type: dict
additional_attrs: true
attrs:
- variable: default
label: "Default Schedule"
schema:
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: "enabled"
schema:
type: boolean
default: false
- variable: schedule
label: "schedule"
show_if: [["enabled", "=", true]]
schema:
type: string
required: true
default: "0 0 0 * * *"
- variable: useOwnerReferencesInBackup
label: "useOwnerReferencesInBackup"
show_if: [["enabled", "=", true]]
schema:
type: boolean
default: false
- variable: template
label: template
show_if: [["enabled", "=", true]]
schema:
additional_attrs: true
type: dict
attrs:
- variable: ttl
label: "ttl"
schema:
type: string
required: true
default: "240h"
- variable: storageLocation
label: "storageLocation"
schema:
type: string
required: true
default: "default"