Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-04-29 21:54:04 +00:00
parent 769d3fac46
commit 86eebd0a3e
13717 changed files with 2506250 additions and 2537875 deletions

View File

@@ -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: ""
@@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web
- https://hub.docker.com/r/coleifer/sqlite-web
type: application
version: 6.0.1
version: 6.0.3

View File

@@ -1,6 +1,6 @@
## [sqlite-web-6.0.1](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-6.0.1) (2024-04-29)
## [sqlite-web-6.0.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-6.0.3) (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))
@@ -60,6 +62,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))

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 522 B

After

Width:  |  Height:  |  Size: 522 B

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -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: ""