Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-14 19:39:48 +00:00
parent 50ec897809
commit 88a75d1f67
12 changed files with 115 additions and 22 deletions

View File

@@ -1,9 +0,0 @@
## [fluidd-6.0.14](https://github.com/truecharts/charts/compare/fluidd-6.0.13...fluidd-6.0.14) (2023-11-09)
### Chore
- update container image tccr.io/truecharts/fluidd to v1.26.2 ([#14471](https://github.com/truecharts/charts/issues/14471))

View File

@@ -4,6 +4,15 @@
## [fluidd-6.0.15](https://github.com/truecharts/charts/compare/fluidd-6.0.14...fluidd-6.0.15) (2023-11-14)
### Chore
- update container image tccr.io/truecharts/fluidd to v1.26.3 ([#14659](https://github.com/truecharts/charts/issues/14659))
## [fluidd-6.0.14](https://github.com/truecharts/charts/compare/fluidd-6.0.13...fluidd-6.0.14) (2023-11-09)
### Chore
@@ -88,12 +97,3 @@
## [fluidd-6.0.5](https://github.com/truecharts/charts/compare/fluidd-6.0.4...fluidd-6.0.5) (2023-09-10)
### Chore
- update container image tccr.io/truecharts/fluidd to v1.25.3 ([#12465](https://github.com/truecharts/charts/issues/12465))
## [fluidd-6.0.4](https://github.com/truecharts/charts/compare/fluidd-6.0.3...fluidd-6.0.4) (2023-08-16)

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.26.2"
appVersion: "1.26.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -18,7 +18,7 @@ name: fluidd
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/fluidd
- https://github.com/fluidd-core/fluidd
version: 6.0.14
version: 6.0.15
annotations:
truecharts.org/category: utilities
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [fluidd-6.0.15](https://github.com/truecharts/charts/compare/fluidd-6.0.14...fluidd-6.0.15) (2023-11-14)
### Chore
- update container image tccr.io/truecharts/fluidd to v1.26.3 ([#14659](https://github.com/truecharts/charts/issues/14659))

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/fluidd
tag: v1.26.2@sha256:6c1d18a4a80927bceb97f5bb721008e01419b7a65445bca85d431bc305c9333a
tag: v1.26.3@sha256:6038543663dc4cfeb426102dc63e70de70084c926b7911ebeac7bdc5af4304ff
pullPolicy: IfNotPresent
securityContext:

View File

@@ -623,6 +623,99 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: storageClass
label: 'storageClass (Advanced)'
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: ""
- variable: static
label: 'Static Fixed PVC Bindings (Experimental)'
description: Link a PVC to a specific storage location
schema:
show_if: [["type", "=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: mode
label: mode
description: |
disabled: use normal dynamic PVCs
smb: connect to an SMB share
nfs: connect to an NFS share
schema:
type: string
default: "disabled"
enum:
- value: "disabled"
description: disabled
- value: smb
description: smb
- value: nfs
description: nfs
- variable: server
label: Server
description: server to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "myserver"
- variable: share
label: Share
description: share to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "/myshare"
- variable: user
label: User
description: connecting user
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: "myuser"
- variable: domain
label: Domain
description: user domain
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: password
label: Password
description: connecting password
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: volumeSnapshots
label: 'Volume Snapshots (Experimental)'
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
schema:
show_if: [["type", "=", "pvc"]]
type: list
default: []
items:
- variable: volumeSnapshotEntry
label: Custom volumeSnapshot
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
schema:
type: string
default: "mysnapshot"
required: true
- variable: volumeSnapshotClassName
label: 'volumeSnapshot Class Name (Advanced)'
description: For use with PVCs using a non-default storageClass
schema:
type: string
default: ""
- variable: ingress
label: ""
group: Ingress
@@ -665,7 +758,7 @@ questions:
label: Paths
schema:
type: list
default: []
default: [{path: "/", pathType: "Prefix"}]
items:
- variable: pathEntry
label: Host