From 970cbd29067f5ee341ba1104587f7ed981f6adaf Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 7 Jul 2023 04:42:10 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/drawio/5.0.29/app-changelog.md | 9 ---- stable/drawio/{5.0.29 => 5.0.30}/CHANGELOG.md | 18 ++++---- stable/drawio/{5.0.29 => 5.0.30}/Chart.yaml | 4 +- stable/drawio/{5.0.29 => 5.0.30}/README.md | 0 stable/drawio/5.0.30/app-changelog.md | 9 ++++ .../drawio/{5.0.29 => 5.0.30}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../drawio/{5.0.29 => 5.0.30}/ix_values.yaml | 2 +- .../drawio/{5.0.29 => 5.0.30}/questions.yaml | 43 +++++++++++++++--- .../{5.0.29 => 5.0.30}/templates/NOTES.txt | 0 .../{5.0.29 => 5.0.30}/templates/common.yaml | 0 stable/drawio/{5.0.29 => 5.0.30}/values.yaml | 0 12 files changed, 58 insertions(+), 27 deletions(-) delete mode 100644 stable/drawio/5.0.29/app-changelog.md rename stable/drawio/{5.0.29 => 5.0.30}/CHANGELOG.md (90%) rename stable/drawio/{5.0.29 => 5.0.30}/Chart.yaml (94%) rename stable/drawio/{5.0.29 => 5.0.30}/README.md (100%) create mode 100644 stable/drawio/5.0.30/app-changelog.md rename stable/drawio/{5.0.29 => 5.0.30}/app-readme.md (100%) rename stable/drawio/{5.0.29 => 5.0.30}/charts/common-12.14.6.tgz (100%) rename stable/drawio/{5.0.29 => 5.0.30}/ix_values.yaml (87%) rename stable/drawio/{5.0.29 => 5.0.30}/questions.yaml (97%) rename stable/drawio/{5.0.29 => 5.0.30}/templates/NOTES.txt (100%) rename stable/drawio/{5.0.29 => 5.0.30}/templates/common.yaml (100%) rename stable/drawio/{5.0.29 => 5.0.30}/values.yaml (100%) diff --git a/stable/drawio/5.0.29/app-changelog.md b/stable/drawio/5.0.29/app-changelog.md deleted file mode 100644 index 161419295c..0000000000 --- a/stable/drawio/5.0.29/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/stable/drawio/5.0.29/CHANGELOG.md b/stable/drawio/5.0.30/CHANGELOG.md similarity index 90% rename from stable/drawio/5.0.29/CHANGELOG.md rename to stable/drawio/5.0.30/CHANGELOG.md index 78013fcd36..009028cda1 100644 --- a/stable/drawio/5.0.29/CHANGELOG.md +++ b/stable/drawio/5.0.30/CHANGELOG.md @@ -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)) - - - diff --git a/stable/drawio/5.0.29/Chart.yaml b/stable/drawio/5.0.30/Chart.yaml similarity index 94% rename from stable/drawio/5.0.29/Chart.yaml rename to stable/drawio/5.0.30/Chart.yaml index 41f8a6a2b1..d620c6b5b4 100644 --- a/stable/drawio/5.0.29/Chart.yaml +++ b/stable/drawio/5.0.30/Chart.yaml @@ -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 diff --git a/stable/drawio/5.0.29/README.md b/stable/drawio/5.0.30/README.md similarity index 100% rename from stable/drawio/5.0.29/README.md rename to stable/drawio/5.0.30/README.md diff --git a/stable/drawio/5.0.30/app-changelog.md b/stable/drawio/5.0.30/app-changelog.md new file mode 100644 index 0000000000..8885ac96cc --- /dev/null +++ b/stable/drawio/5.0.30/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/stable/drawio/5.0.29/app-readme.md b/stable/drawio/5.0.30/app-readme.md similarity index 100% rename from stable/drawio/5.0.29/app-readme.md rename to stable/drawio/5.0.30/app-readme.md diff --git a/stable/drawio/5.0.29/charts/common-12.14.6.tgz b/stable/drawio/5.0.30/charts/common-12.14.6.tgz similarity index 100% rename from stable/drawio/5.0.29/charts/common-12.14.6.tgz rename to stable/drawio/5.0.30/charts/common-12.14.6.tgz diff --git a/stable/drawio/5.0.29/ix_values.yaml b/stable/drawio/5.0.30/ix_values.yaml similarity index 87% rename from stable/drawio/5.0.29/ix_values.yaml rename to stable/drawio/5.0.30/ix_values.yaml index 6d14e1ed5d..eb4b77266c 100644 --- a/stable/drawio/5.0.29/ix_values.yaml +++ b/stable/drawio/5.0.30/ix_values.yaml @@ -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: diff --git a/stable/drawio/5.0.29/questions.yaml b/stable/drawio/5.0.30/questions.yaml similarity index 97% rename from stable/drawio/5.0.29/questions.yaml rename to stable/drawio/5.0.30/questions.yaml index b3b7b254b7..086d080825 100644 --- a/stable/drawio/5.0.29/questions.yaml +++ b/stable/drawio/5.0.30/questions.yaml @@ -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
+ 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: diff --git a/stable/drawio/5.0.29/templates/NOTES.txt b/stable/drawio/5.0.30/templates/NOTES.txt similarity index 100% rename from stable/drawio/5.0.29/templates/NOTES.txt rename to stable/drawio/5.0.30/templates/NOTES.txt diff --git a/stable/drawio/5.0.29/templates/common.yaml b/stable/drawio/5.0.30/templates/common.yaml similarity index 100% rename from stable/drawio/5.0.29/templates/common.yaml rename to stable/drawio/5.0.30/templates/common.yaml diff --git a/stable/drawio/5.0.29/values.yaml b/stable/drawio/5.0.30/values.yaml similarity index 100% rename from stable/drawio/5.0.29/values.yaml rename to stable/drawio/5.0.30/values.yaml