Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-07-25 09:45:50 +00:00
parent 67e3140b18
commit 98e6f0d744
24 changed files with 138 additions and 90 deletions

View File

@@ -1,9 +0,0 @@
## [channels-dvr-2.1.1](https://github.com/truecharts/charts/compare/channels-dvr-2.1.0...channels-dvr-2.1.1) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@@ -4,6 +4,15 @@
## [channels-dvr-2.1.2](https://github.com/truecharts/charts/compare/channels-dvr-2.1.1...channels-dvr-2.1.2) (2023-07-25)
### Fix
- Add root permissions to fix TVE ([#10813](https://github.com/truecharts/charts/issues/10813))
## [channels-dvr-2.1.1](https://github.com/truecharts/charts/compare/channels-dvr-2.1.0...channels-dvr-2.1.1) (2023-07-01)
### Chore

View File

@@ -19,7 +19,7 @@ name: channels-dvr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
type: application
version: 2.1.1
version: 2.1.2
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [channels-dvr-2.1.2](https://github.com/truecharts/charts/compare/channels-dvr-2.1.1...channels-dvr-2.1.2) (2023-07-25)
### Fix
- Add root permissions to fix TVE ([#10813](https://github.com/truecharts/charts/issues/10813))

View File

@@ -8,6 +8,12 @@ tveImage:
pullPolicy: Always
tag: latest@sha256:7e0130ad244e07f3714edadecdcc8711d9d3c11eac8409705b5c6aa8e108ca7e
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:

View File

@@ -489,14 +489,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@@ -505,27 +497,36 @@ questions:
type: dict
additional_attrs: true
attrs:
- 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
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
- 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:
@@ -589,14 +590,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@@ -605,27 +598,36 @@ questions:
type: dict
additional_attrs: true
attrs:
- 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
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
- 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:
@@ -701,13 +703,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:
@@ -1066,13 +1099,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
default: 0
# Settings from questions.yaml get appended here on a per-app basis
- variable: PUID
label: Process User ID - PUID

View File

@@ -1,9 +0,0 @@
## [dokuwiki-6.0.31](https://github.com/truecharts/charts/compare/dokuwiki-6.0.30...dokuwiki-6.0.31) (2023-07-23)
### Chore
- update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 ([#10775](https://github.com/truecharts/charts/issues/10775))

View File

@@ -4,6 +4,15 @@
## [dokuwiki-6.0.32](https://github.com/truecharts/charts/compare/dokuwiki-6.0.31...dokuwiki-6.0.32) (2023-07-25)
### Chore
- update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 ([#10824](https://github.com/truecharts/charts/issues/10824))
## [dokuwiki-6.0.31](https://github.com/truecharts/charts/compare/dokuwiki-6.0.30...dokuwiki-6.0.31) (2023-07-23)
### Chore
@@ -88,12 +97,3 @@
## [dokuwiki-6.0.22](https://github.com/truecharts/charts/compare/dokuwiki-6.0.21...dokuwiki-6.0.22) (2023-06-11)
### Chore
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
## [dokuwiki-6.0.21](https://github.com/truecharts/charts/compare/dokuwiki-6.0.20...dokuwiki-6.0.21) (2023-06-07)
### Chore

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: dokuwiki
version: 6.0.31
version: 6.0.32
appVersion: "20230404.1"
description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
type: application

View File

@@ -0,0 +1,9 @@
## [dokuwiki-6.0.32](https://github.com/truecharts/charts/compare/dokuwiki-6.0.31...dokuwiki-6.0.32) (2023-07-25)
### Chore
- update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 ([#10824](https://github.com/truecharts/charts/issues/10824))

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/dokuwiki
pullPolicy: IfNotPresent
tag: v20230404.1.0@sha256:77fd38fd8d2cdbf91a0fa8c44a2d2a823f644314abbaf9838974666999844c60
tag: v20230404.1.0@sha256:d4d71f68eea16fe0d5ec8b5a2ea6401652a101f8307fa3370aed2f3e48da98cd
securityContext:
container: