Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f12ec20ccc
commit
154f3d118b
|
@ -34,7 +34,7 @@ sources:
|
|||
- https://github.com/volsync/volsync-helm-chart
|
||||
- https://volsync.readthedocs.io/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/volsync
|
||||
- https://quay.io/backube/volsync
|
||||
- https://quay.io/brancz/kube-rbac-proxy
|
||||
- https://quay.io/backube/volsync
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.6
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
## [volsync-1.0.4]volsync-1.0.4 (2024-05-05)
|
||||
## [volsync-1.0.6]volsync-1.0.6 (2024-05-19)
|
||||
|
||||
### Chore
|
||||
|
||||
|
@ -10,6 +10,12 @@
|
|||
|
||||
- bump common
|
||||
|
||||
- update ignored by renovate (patch) ([#21597](https://github.com/truecharts/charts/issues/21597))
|
||||
|
||||
- exclude changelog from pagefind ([#21693](https://github.com/truecharts/charts/issues/21693))
|
||||
|
||||
- remove credentials option for volsync as it has not database or persistence
|
||||
|
||||
### Feat
|
||||
|
||||
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
|
@ -5,7 +5,7 @@ image:
|
|||
proxyImage:
|
||||
repository: quay.io/brancz/kube-rbac-proxy
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.14.0
|
||||
tag: v0.14.4@sha256:40d0d5d0032f9bd689bb6ee7d1960048c295e019b7110d5fadea5aff9599baa5
|
||||
|
||||
manageCRDs: true
|
||||
manageVSCCRD: true
|
|
@ -178,77 +178,6 @@ questions:
|
|||
type: boolean
|
||||
default: false
|
||||
|
||||
- variable: credentialsList
|
||||
group: General
|
||||
label: "Credentials (Experimental)"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: credentialsEntry
|
||||
label: "Enter Credentials"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
description: "Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: type
|
||||
label: Type
|
||||
description: "Type of Credential"
|
||||
schema:
|
||||
type: string
|
||||
default: "s3"
|
||||
enum:
|
||||
- value: s3
|
||||
description: s3 Storage
|
||||
- variable: url
|
||||
label: "url"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: path
|
||||
label: "path"
|
||||
description: "Path Prefix not needed for most cases"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: bucket
|
||||
label: "bucket"
|
||||
schema:
|
||||
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: ""
|
||||
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", "=", "s3"]]
|
||||
type: string
|
||||
default: "MYSECRETPASSPHRASE"
|
||||
required: true
|
||||
|
||||
- variable: workload
|
||||
group: "Workload"
|
||||
label: ""
|
Loading…
Reference in New Issue