Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-19 07:44:20 +00:00
parent 7954d3fed7
commit 42906bed48
12 changed files with 85 additions and 53 deletions

View File

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

View File

@ -4,6 +4,15 @@
## [pylon-5.0.23](https://github.com/truecharts/charts/compare/pylon-5.0.22...pylon-5.0.23) (2023-07-19)
### Chore
- update container image tccr.io/truecharts/pylon to v2.10.0 ([#10608](https://github.com/truecharts/charts/issues/10608))
## [pylon-5.0.22](https://github.com/truecharts/charts/compare/pylon-5.0.21...pylon-5.0.22) (2023-07-01)
### Chore
@ -88,12 +97,3 @@
## [pylon-5.0.13](https://github.com/truecharts/charts/compare/pylon-5.0.12...pylon-5.0.13) (2023-05-22)
### Chore
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: pylon
version: 5.0.22
appVersion: "2.9.0"
version: 5.0.23
appVersion: "2.10.0"
description: Pylon is a web based integrated development environment.
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [pylon-5.0.23](https://github.com/truecharts/charts/compare/pylon-5.0.22...pylon-5.0.23) (2023-07-19)
### Chore
- update container image tccr.io/truecharts/pylon to v2.10.0 ([#10608](https://github.com/truecharts/charts/issues/10608))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/pylon
pullPolicy: IfNotPresent
tag: 2.9.0@sha256:bb531df57cb4d24870a33da715cd79878e25e1741d07724c30653fc27d5065da
tag: v2.10.0@sha256:56d47ad404038f5d5bdad7c43a6427e67db975a61b371e4da09c778cd005d4f8
service:
main:
ports:

View File

@ -568,14 +568,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
@ -584,6 +576,13 @@ questions:
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: |
@ -594,10 +593,12 @@ questions:
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
default: "775"
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
@ -680,11 +681,42 @@ 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", "!=", "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:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
- variable: readOnly