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.1
|
||||
version: 22.0.3
|
||||
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.1
|
||||
version: 7.0.4
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
## [channels-dvr-7.0.1](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-7.0.1) (2024-04-29)
|
||||
## [channels-dvr-7.0.4](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-7.0.4) (2024-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
- bump charts to ensure new icons are released
|
||||
|
||||
- bump common
|
||||
|
||||
- bump everything to release new doc pages
|
||||
|
||||
- update groups html ([#21121](https://github.com/truecharts/charts/issues/21121))
|
||||
@@ -16,15 +18,15 @@
|
||||
|
||||
- bump everything to regenerate readme's and site index
|
||||
|
||||
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
|
||||
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
|
||||
|
||||
- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334))
|
||||
|
||||
- update container image common to v20.3.7[@8cf9fc9](https://github.com/8cf9fc9) by renovate ([#20819](https://github.com/truecharts/charts/issues/20819))
|
||||
|
||||
- update container image common to v20.3.12[@3303278](https://github.com/3303278) by renovate ([#21384](https://github.com/truecharts/charts/issues/21384))
|
||||
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
|
||||
|
||||
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
|
||||
- update container image common to v20.3.12[@3303278](https://github.com/3303278) by renovate ([#21384](https://github.com/truecharts/charts/issues/21384))
|
||||
|
||||
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
|
||||
|
||||
@@ -66,6 +68,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.4/charts/common-22.0.3.tgz
Normal file
BIN
stable/channels-dvr/7.0.4/charts/common-22.0.3.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,23 +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:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: path
|
||||
label: "path"
|
||||
description: "Path Prefix"
|
||||
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
|
||||
@@ -242,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