Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-07-17 10:41:18 +00:00
parent bb123e846c
commit 032bfc70f3
12 changed files with 57 additions and 26 deletions

View File

@@ -1,9 +0,0 @@
## [quassel-core-7.0.31](https://github.com/truecharts/charts/compare/quassel-core-7.0.30...quassel-core-7.0.31) (2023-07-03)
### Chore
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#10116](https://github.com/truecharts/charts/issues/10116))

View File

@@ -4,6 +4,15 @@
## [quassel-core-7.0.32](https://github.com/truecharts/charts/compare/quassel-core-7.0.31...quassel-core-7.0.32) (2023-07-17)
### Chore
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#10538](https://github.com/truecharts/charts/issues/10538))
## [quassel-core-7.0.31](https://github.com/truecharts/charts/compare/quassel-core-7.0.30...quassel-core-7.0.31) (2023-07-03)
### Chore
@@ -85,15 +94,6 @@
## [quassel-core-7.0.27](https://github.com/truecharts/charts/compare/quassel-core-7.0.26...quassel-core-7.0.27) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#9629](https://github.com/truecharts/charts/issues/9629))
## [quassel-core-7.0.27](https://github.com/truecharts/charts/compare/quassel-core-7.0.26...quassel-core-7.0.27) (2023-06-14)
### Chore

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: quassel-core
version: 7.0.31
version: 7.0.32
appVersion: "0.14.0"
description: Quassel-core is a modern, cross-platform, distributed IRC client.
type: application

View File

@@ -0,0 +1,9 @@
## [quassel-core-7.0.32](https://github.com/truecharts/charts/compare/quassel-core-7.0.31...quassel-core-7.0.32) (2023-07-17)
### Chore
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#10538](https://github.com/truecharts/charts/issues/10538))

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/quassel-core
pullPolicy: IfNotPresent
tag: v0.14.0@sha256:f4ab7f79927169f04db7ffdf41ed6e4b27d4871bbe47e7ad0f178eb715cd0ce2
tag: v0.14.0@sha256:f9f0c107ebfc6f13673da0b40cff7a7af959da543cd77322e659eaa7d47d5c1e
service:
main:
ports:

View File

@@ -593,13 +593,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema: