Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-07-07 04:42:10 +00:00
parent 175f01584f
commit 970cbd2906
12 changed files with 58 additions and 27 deletions

View File

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

View File

@@ -4,6 +4,15 @@
## [drawio-5.0.30](https://github.com/truecharts/charts/compare/drawio-5.0.29...drawio-5.0.30) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/drawio to v21.5.2 ([#10221](https://github.com/truecharts/charts/issues/10221))
## [drawio-5.0.29](https://github.com/truecharts/charts/compare/drawio-5.0.28...drawio-5.0.29) (2023-07-01)
### Chore
@@ -88,12 +97,3 @@
## [drawio-5.0.20](https://github.com/truecharts/charts/compare/drawio-5.0.19...drawio-5.0.20) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/drawio to v21.3.5 ([#9231](https://github.com/truecharts/charts/issues/9231))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "21.5.0"
appVersion: "21.5.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -18,7 +18,7 @@ name: drawio
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/drawio
- https://github.com/jgraph/drawio
version: 5.0.29
version: 5.0.30
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [drawio-5.0.30](https://github.com/truecharts/charts/compare/drawio-5.0.29...drawio-5.0.30) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/drawio to v21.5.2 ([#10221](https://github.com/truecharts/charts/issues/10221))

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/drawio
tag: v21.5.0@sha256:6804d387da34d532b7bb69cc8cd170f393930fbe6c01b698f764022c1ac74767
tag: v21.5.2@sha256:6230d19c50de992bc741aa421037bbaf0df8a3f9af0821f31ae1c07328871994
pullPolicy: IfNotPresent
securityContext:

View File

@@ -549,13 +549,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: