TrueChartsClone/charts/enterprise/velero/questions.yaml

284 lines
9.4 KiB
YAML
Raw Normal View History

feat(velero): add velero (#14648) **Description** This adds a Velero helm chart. This time we've chosen to directly use the upstream operator helm chart, as it does not contain many problematic bits and would offer more stability. ⚒️ Fixes #14524 **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** This does not contain any custom resources references backed by common yet. However, those can also be added using velero cli for testing for the time being. It also does not contain any GUI sections for SCALE yet, just like cert-manager it would likely be added on-demand. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [x] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [x] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-14 08:12:27 -05:00
# Include{groups}
questions:
# Include{global}
feat(velero): add initial GUI objects for velero (#15768) **Description** This adds SCALE GUI components for Velero. That means testing can initiate. Also bumps velero to latest common, just to be sure. ⚒️ Fixes #14651 **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-12-05 12:56:33 -05:00
- variable: backupStorageLocationList
group: "App Configuration"
label: "Backup Storage Locations"
schema:
type: list
default: []
items:
- variable: bslEntry
label: "Backup Storage Location"
schema:
type: dict
additional_attrs: true
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
default: "default"
- variable: provider
label: "Provider"
schema:
type: string
required: true
default: ""
- variable: accessMode
label: "accessMode"
schema:
type: string
required: true
default: "ReadWrite"
- variable: objectStorage
label: objectStorage
schema:
additional_attrs: true
type: dict
attrs:
- variable: bucket
label: "bucket"
schema:
type: string
required: true
default: ""
- variable: prefix
label: "prefix"
schema:
type: string
default: ""
- variable: credential
label: credential
schema:
additional_attrs: true
type: dict
attrs:
- variable: aws
label: aws
schema:
additional_attrs: true
type: dict
attrs:
- variable: id
label: "id"
schema:
type: string
default: ""
- variable: key
label: "key"
schema:
type: string
default: ""
- variable: s3
label: s3
schema:
additional_attrs: true
type: dict
attrs:
- variable: id
label: "id"
schema:
type: string
default: ""
- variable: key
label: "key"
schema:
type: string
default: ""
- variable: config
label: config
schema:
additional_attrs: true
type: dict
attrs:
- variable: region
label: "region"
schema:
type: string
default: ""
- variable: s3ForcePathStyle
label: "s3ForcePathStyle"
schema:
type: string
default: ""
- variable: s3Url
label: "s3Url"
schema:
type: string
default: ""
- variable: kmsKeyId
label: "kmsKeyId"
schema:
type: string
default: ""
- variable: resourceGroup
label: "resourceGroup"
schema:
type: string
default: ""
- variable: storageAccount
label: "storageAccount"
schema:
type: string
default: ""
- variable: publicUrl
label: "publicUrl"
schema:
type: string
default: ""
- variable: insecureSkipTLSVerify
label: "insecureSkipTLSVerify"
schema:
type: string
default: ""
- variable: volumeSnapshotLocationList
group: "App Configuration"
label: "volume Snapshot Locations"
schema:
type: list
default: []
items:
- variable: vslEntry
label: "volume Snapshot Location"
schema:
type: dict
additional_attrs: true
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
default: "default"
- variable: provider
label: "Provider"
schema:
type: string
required: true
default: ""
- variable: credential
label: credential
schema:
additional_attrs: true
type: dict
attrs:
- variable: aws
label: aws
schema:
additional_attrs: true
type: dict
attrs:
- variable: id
label: "id"
schema:
type: string
default: ""
- variable: key
label: "key"
schema:
type: string
default: ""
- variable: s3
label: s3
schema:
additional_attrs: true
type: dict
attrs:
- variable: id
label: "id"
schema:
type: string
default: ""
- variable: key
label: "key"
schema:
type: string
default: ""
- variable: config
label: config
schema:
additional_attrs: true
type: dict
attrs:
- variable: region
label: "region"
schema:
type: string
default: ""
- variable: apiTimeout
label: "apiTimeout"
schema:
type: string
default: ""
- variable: resourceGroup
label: "resourceGroup"
schema:
type: string
default: ""
- variable: incremental
label: "incremental"
schema:
type: string
default: ""
- variable: snapshotLocation
label: "snapshotLocation"
schema:
type: string
default: ""
- variable: project
label: "project"
schema:
type: string
default: ""
- variable: schedules
group: "App Configuration"
label: "Pre-Defined Backup Schedules"
schema:
type: dict
additional_attrs: true
attrs:
- variable: default
label: "Default Schedule"
schema:
type: dict
additional_attrs: true
attrs:
- variable: disabled
label: "disabled"
schema:
type: boolean
default: true
- variable: schedule
label: "schedule"
schema:
type: string
required: true
default: ""
- variable: useOwnerReferencesInBackup
label: "useOwnerReferencesInBackup"
schema:
type: boolean
default: false
- variable: template
label: template
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"