Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-11 12:29:36 +00:00
parent e9573148bb
commit da75c3939d
12 changed files with 214 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [quassel-core-8.0.22](https://github.com/truecharts/charts/compare/quassel-core-8.0.21...quassel-core-8.0.22) (2023-12-04)
### Chore
- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@92ce9fe](https://github.com/92ce9fe) ([#15725](https://github.com/truecharts/charts/issues/15725))

View File

@ -4,6 +4,15 @@
## [quassel-core-8.0.23](https://github.com/truecharts/charts/compare/quassel-core-8.0.22...quassel-core-8.0.23) (2023-12-11)
### Chore
- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@2a7a351](https://github.com/2a7a351) ([#15965](https://github.com/truecharts/charts/issues/15965))
## [quassel-core-8.0.22](https://github.com/truecharts/charts/compare/quassel-core-8.0.21...quassel-core-8.0.22) (2023-12-04)
### Chore
@ -88,12 +97,3 @@
## [quassel-core-8.0.13](https://github.com/truecharts/charts/compare/quassel-core-8.0.12...quassel-core-8.0.13) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
## [quassel-core-8.0.12](https://github.com/truecharts/charts/compare/quassel-core-8.0.11...quassel-core-8.0.12) (2023-10-30)
### Chore

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: quassel-core
version: 8.0.22
version: 8.0.23
appVersion: 0.14.0
description: Quassel-core is a modern, cross-platform, distributed IRC client.
home: https://truecharts.org/charts/stable/quassel-core

View File

@ -0,0 +1,9 @@
## [quassel-core-8.0.23](https://github.com/truecharts/charts/compare/quassel-core-8.0.22...quassel-core-8.0.23) (2023-12-11)
### Chore
- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@2a7a351](https://github.com/2a7a351) ([#15965](https://github.com/truecharts/charts/issues/15965))

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/quassel-core
pullPolicy: IfNotPresent
tag: 0.14.0@sha256:92ce9fe35dca9d1fa80eab66b591824067d2bd3e86892caa149c347c2d5236a9
tag: 0.14.0@sha256:2a7a3515270d9a7373709a58f1691944321f4aacf0684f849365d0ac9db2f8a2
service:
main:
ports:

View File

@ -220,6 +220,44 @@ questions:
schema:
type: string
required: true
- variable: imagePullSecretList
group: "General Settings"
label: "Image Pull Secrets"
schema:
type: list
default: []
items:
- variable: pullsecretentry
label: "Pull Secret"
schema:
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
- variable: service
group: Networking and Services
label: Configure Service(s)
@ -593,6 +631,82 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: iscsi
label: iSCSI Options
schema:
show_if: [["type", "=", "iscsi"]]
type: dict
additional_attrs: true
attrs:
- variable: targetPortal
label: targetPortal
schema:
type: string
required: true
default: ""
- variable: iqn
label: iqn
schema:
type: string
required: true
default: ""
- variable: lun
label: lun
schema:
type: int
default: 0
- variable: authSession
label: authSession
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: authDiscovery
label: authDiscovery
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -841,6 +955,46 @@ questions:
type: string
default: ""
required: true
- variable: integration
label: Integrations
description: Connect ingress with other charts
schema:
additional_attrs: true
type: dict
attrs:
- variable: homepage
label: Homepage
description: Connect ingress with Homepage
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: name
label: Name
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: description
label: Description
description: defaults to chart description
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: group
label: Group
schema:
type: string
required: true
default: "default"
show_if: [["enabled", "=", true]]
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
@ -1068,6 +1222,46 @@ questions:
type: string
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: integration
label: Integrations
description: Connect ingress with other charts
schema:
additional_attrs: true
type: dict
attrs:
- variable: homepage
label: Homepage
description: Connect ingress with Homepage
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: name
label: Name
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: description
label: Description
description: defaults to chart description
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: group
label: Group
schema:
type: string
required: true
default: "default"
show_if: [["enabled", "=", true]]
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider