Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
Binary file not shown.
@@ -10,7 +10,7 @@ apiVersion: v2
|
||||
appVersion: latest
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 22.0.0
|
||||
version: 22.0.2
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
|
||||
- https://hub.docker.com/r/fancybits/channels-dvr
|
||||
type: application
|
||||
version: 7.0.0
|
||||
version: 7.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
## [channels-dvr-7.0.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-7.0.0) (2024-04-29)
|
||||
## [channels-dvr-7.0.2](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-7.0.2) (2024-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -66,4 +66,8 @@
|
||||
|
||||
|
||||
|
||||
- fixup all chart volsync/credentials settings
|
||||
|
||||
- adapt for common cnpg/volsync pathing changes ([#21445](https://github.com/truecharts/charts/issues/21445))
|
||||
|
||||
- replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI ([#21154](https://github.com/truecharts/charts/issues/21154))
|
||||
BIN
stable/channels-dvr/7.0.2/charts/common-22.0.2.tgz
Normal file
BIN
stable/channels-dvr/7.0.2/charts/common-22.0.2.tgz
Normal file
Binary file not shown.
|
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
|
Before Width: | Height: | Size: 1016 B After Width: | Height: | Size: 1016 B |
@@ -215,18 +215,21 @@ questions:
|
||||
enum:
|
||||
- value: s3
|
||||
description: s3 Storage
|
||||
- value: azure
|
||||
description: Azure Backup Storage (Extremely Experimental)
|
||||
## - value: google
|
||||
## description: Azure Backup Storage
|
||||
- variable: url
|
||||
label: "url"
|
||||
schema:
|
||||
show_if: [["type", "=", "s3"]]
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: path
|
||||
label: "path"
|
||||
description: "Path Prefix not needed for most cases"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: region
|
||||
label: "region"
|
||||
description: "region is primarily for AWS not needed for most cases"
|
||||
schema:
|
||||
show_if: [["type", "=", "s3"]]
|
||||
type: string
|
||||
@@ -237,73 +240,29 @@ questions:
|
||||
show_if: [["type", "=", "s3"]]
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: accessKey
|
||||
label: "accessKey"
|
||||
schema:
|
||||
show_if: [["type", "=", "s3"]]
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: secretKey
|
||||
label: "secretKey"
|
||||
schema:
|
||||
show_if: [["type", "=", "s3"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: connectionString
|
||||
label: "connectionString"
|
||||
required: true
|
||||
- variable: encrKey
|
||||
label: "encrKey"
|
||||
description: "The Encryption key is needed for tools like volsync if not needed it will be ignored"
|
||||
schema:
|
||||
show_if: [["type", "=", "azure"]]
|
||||
show_if: [["type", "=", "s3"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: storageAccount
|
||||
label: "storageAccount"
|
||||
schema:
|
||||
show_if: [["type", "=", "azure"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: storageKey
|
||||
label: "storageKey"
|
||||
schema:
|
||||
show_if: [["type", "=", "azure"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: storageSasToken
|
||||
label: "storageSasToken"
|
||||
schema:
|
||||
show_if: [["type", "=", "azure"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: containerName
|
||||
label: "containerName"
|
||||
schema:
|
||||
show_if: [["type", "=", "azure"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: serviceName
|
||||
label: "serviceName"
|
||||
schema:
|
||||
show_if: [["type", "=", "azure"]]
|
||||
type: string
|
||||
default: "blob"
|
||||
- variable: inheritFromAzureAD
|
||||
label: "inheritFromAzureAD"
|
||||
schema:
|
||||
show_if: [["type", "=", "azure"]]
|
||||
type: boolean
|
||||
default: false
|
||||
## TODO: Finish Google
|
||||
- variable: gkeEnvironment
|
||||
label: "gkeEnvironment"
|
||||
schema:
|
||||
show_if: [["type", "=", "google"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: applicationCredentials
|
||||
label: "applicationCredentials"
|
||||
schema:
|
||||
show_if: [["type", "=", "google"]]
|
||||
type: string
|
||||
default: ""
|
||||
default: "MYSECRETPASSPHRASE"
|
||||
required: true
|
||||
- variable: workload
|
||||
group: "Workload"
|
||||
label: ""
|
||||
Reference in New Issue
Block a user