From 73868c4931362c8d1fabb849c5a4b53506b86ea0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 8 Jul 2023 21:48:42 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/xwiki/7.0.27/app-changelog.md | 9 -- stable/xwiki/{7.0.27 => 7.0.28}/CHANGELOG.md | 18 ++-- stable/xwiki/{7.0.27 => 7.0.28}/Chart.yaml | 4 +- stable/xwiki/{7.0.27 => 7.0.28}/README.md | 0 stable/xwiki/7.0.28/app-changelog.md | 9 ++ stable/xwiki/{7.0.27 => 7.0.28}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../xwiki/{7.0.27 => 7.0.28}/ix_values.yaml | 2 +- .../xwiki/{7.0.27 => 7.0.28}/questions.yaml | 96 ++++++++++++------ .../{7.0.27 => 7.0.28}/templates/NOTES.txt | 0 .../{7.0.27 => 7.0.28}/templates/common.yaml | 0 stable/xwiki/{7.0.27 => 7.0.28}/values.yaml | 0 12 files changed, 85 insertions(+), 53 deletions(-) delete mode 100644 stable/xwiki/7.0.27/app-changelog.md rename stable/xwiki/{7.0.27 => 7.0.28}/CHANGELOG.md (91%) rename stable/xwiki/{7.0.27 => 7.0.28}/Chart.yaml (95%) rename stable/xwiki/{7.0.27 => 7.0.28}/README.md (100%) create mode 100644 stable/xwiki/7.0.28/app-changelog.md rename stable/xwiki/{7.0.27 => 7.0.28}/app-readme.md (100%) rename stable/xwiki/{7.0.27 => 7.0.28}/charts/common-12.14.6.tgz (100%) rename stable/xwiki/{7.0.27 => 7.0.28}/ix_values.yaml (90%) rename stable/xwiki/{7.0.27 => 7.0.28}/questions.yaml (96%) rename stable/xwiki/{7.0.27 => 7.0.28}/templates/NOTES.txt (100%) rename stable/xwiki/{7.0.27 => 7.0.28}/templates/common.yaml (100%) rename stable/xwiki/{7.0.27 => 7.0.28}/values.yaml (100%) diff --git a/stable/xwiki/7.0.27/app-changelog.md b/stable/xwiki/7.0.27/app-changelog.md deleted file mode 100644 index 3ad442574c..0000000000 --- a/stable/xwiki/7.0.27/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [xwiki-7.0.27](https://github.com/truecharts/charts/compare/xwiki-7.0.26...xwiki-7.0.27) (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/xwiki/7.0.27/CHANGELOG.md b/stable/xwiki/7.0.28/CHANGELOG.md similarity index 91% rename from stable/xwiki/7.0.27/CHANGELOG.md rename to stable/xwiki/7.0.28/CHANGELOG.md index 2827cbbb4c..676667b556 100644 --- a/stable/xwiki/7.0.27/CHANGELOG.md +++ b/stable/xwiki/7.0.28/CHANGELOG.md @@ -4,6 +4,15 @@ +## [xwiki-7.0.28](https://github.com/truecharts/charts/compare/xwiki-7.0.27...xwiki-7.0.28) (2023-07-08) + +### Chore + +- update container image tccr.io/truecharts/xwiki to v15.5.0 ([#10322](https://github.com/truecharts/charts/issues/10322)) + + + + ## [xwiki-7.0.27](https://github.com/truecharts/charts/compare/xwiki-7.0.26...xwiki-7.0.27) (2023-07-01) ### Chore @@ -85,15 +94,6 @@ -## [xwiki-7.0.25](https://github.com/truecharts/charts/compare/xwiki-7.0.24...xwiki-7.0.25) (2023-06-15) - -### Chore - -- update container image tccr.io/truecharts/xwiki to v15.4.0-postgres ([#9649](https://github.com/truecharts/charts/issues/9649)) - - - - ## [xwiki-7.0.25](https://github.com/truecharts/charts/compare/xwiki-7.0.24...xwiki-7.0.25) (2023-06-15) ### Chore diff --git a/stable/xwiki/7.0.27/Chart.yaml b/stable/xwiki/7.0.28/Chart.yaml similarity index 95% rename from stable/xwiki/7.0.27/Chart.yaml rename to stable/xwiki/7.0.28/Chart.yaml index 16e4bf876c..ba2d247924 100644 --- a/stable/xwiki/7.0.27/Chart.yaml +++ b/stable/xwiki/7.0.28/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "15.4.0" +appVersion: "15.5.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ name: xwiki sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - https://github.com/xwiki/xwiki-docker -version: 7.0.27 +version: 7.0.28 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/xwiki/7.0.27/README.md b/stable/xwiki/7.0.28/README.md similarity index 100% rename from stable/xwiki/7.0.27/README.md rename to stable/xwiki/7.0.28/README.md diff --git a/stable/xwiki/7.0.28/app-changelog.md b/stable/xwiki/7.0.28/app-changelog.md new file mode 100644 index 0000000000..7f60bf09b7 --- /dev/null +++ b/stable/xwiki/7.0.28/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xwiki-7.0.28](https://github.com/truecharts/charts/compare/xwiki-7.0.27...xwiki-7.0.28) (2023-07-08) + +### Chore + +- update container image tccr.io/truecharts/xwiki to v15.5.0 ([#10322](https://github.com/truecharts/charts/issues/10322)) + + \ No newline at end of file diff --git a/stable/xwiki/7.0.27/app-readme.md b/stable/xwiki/7.0.28/app-readme.md similarity index 100% rename from stable/xwiki/7.0.27/app-readme.md rename to stable/xwiki/7.0.28/app-readme.md diff --git a/stable/xwiki/7.0.27/charts/common-12.14.6.tgz b/stable/xwiki/7.0.28/charts/common-12.14.6.tgz similarity index 100% rename from stable/xwiki/7.0.27/charts/common-12.14.6.tgz rename to stable/xwiki/7.0.28/charts/common-12.14.6.tgz diff --git a/stable/xwiki/7.0.27/ix_values.yaml b/stable/xwiki/7.0.28/ix_values.yaml similarity index 90% rename from stable/xwiki/7.0.27/ix_values.yaml rename to stable/xwiki/7.0.28/ix_values.yaml index feec23edb2..5841a58423 100644 --- a/stable/xwiki/7.0.27/ix_values.yaml +++ b/stable/xwiki/7.0.28/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/xwiki - tag: v15.4.0-postgres@sha256:c0900897ad10c7f05d5d52b6fc950d77b3c0dd73f7b67381b6eca84249c5d73d + tag: v15.5.0-postgres@sha256:c5f0667dae5e7a8c7ea02a369491e3994275c8a20df6e6525947234a44d2259d pullPolicy: IfNotPresent service: main: diff --git a/stable/xwiki/7.0.27/questions.yaml b/stable/xwiki/7.0.28/questions.yaml similarity index 96% rename from stable/xwiki/7.0.27/questions.yaml rename to stable/xwiki/7.0.28/questions.yaml index f8030f9287..85e1360aa7 100644 --- a/stable/xwiki/7.0.27/questions.yaml +++ b/stable/xwiki/7.0.28/questions.yaml @@ -559,14 +559,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 @@ -575,27 +567,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
+ 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: @@ -671,13 +672,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/xwiki/7.0.27/templates/NOTES.txt b/stable/xwiki/7.0.28/templates/NOTES.txt similarity index 100% rename from stable/xwiki/7.0.27/templates/NOTES.txt rename to stable/xwiki/7.0.28/templates/NOTES.txt diff --git a/stable/xwiki/7.0.27/templates/common.yaml b/stable/xwiki/7.0.28/templates/common.yaml similarity index 100% rename from stable/xwiki/7.0.27/templates/common.yaml rename to stable/xwiki/7.0.28/templates/common.yaml diff --git a/stable/xwiki/7.0.27/values.yaml b/stable/xwiki/7.0.28/values.yaml similarity index 100% rename from stable/xwiki/7.0.27/values.yaml rename to stable/xwiki/7.0.28/values.yaml