From b056292472e56fe271ed14bd371d07b4a880f563 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 26 Jun 2023 02:08:13 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/xwiki/7.0.25/app-changelog.md | 9 ----- stable/xwiki/{7.0.25 => 7.0.26}/CHANGELOG.md | 18 ++++----- stable/xwiki/{7.0.25 => 7.0.26}/Chart.yaml | 2 +- stable/xwiki/{7.0.25 => 7.0.26}/README.md | 2 +- stable/xwiki/7.0.26/app-changelog.md | 9 +++++ stable/xwiki/{7.0.25 => 7.0.26}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin .../xwiki/{7.0.25 => 7.0.26}/ix_values.yaml | 2 +- .../xwiki/{7.0.25 => 7.0.26}/questions.yaml | 38 ++++++++++++++++-- .../{7.0.25 => 7.0.26}/templates/NOTES.txt | 0 .../{7.0.25 => 7.0.26}/templates/common.yaml | 0 stable/xwiki/{7.0.25 => 7.0.26}/values.yaml | 0 12 files changed, 55 insertions(+), 25 deletions(-) delete mode 100644 stable/xwiki/7.0.25/app-changelog.md rename stable/xwiki/{7.0.25 => 7.0.26}/CHANGELOG.md (93%) rename stable/xwiki/{7.0.25 => 7.0.26}/Chart.yaml (97%) rename stable/xwiki/{7.0.25 => 7.0.26}/README.md (94%) create mode 100644 stable/xwiki/7.0.26/app-changelog.md rename stable/xwiki/{7.0.25 => 7.0.26}/app-readme.md (100%) rename stable/xwiki/{7.0.25 => 7.0.26}/charts/common-12.14.2.tgz (100%) rename stable/xwiki/{7.0.25 => 7.0.26}/ix_values.yaml (90%) rename stable/xwiki/{7.0.25 => 7.0.26}/questions.yaml (98%) rename stable/xwiki/{7.0.25 => 7.0.26}/templates/NOTES.txt (100%) rename stable/xwiki/{7.0.25 => 7.0.26}/templates/common.yaml (100%) rename stable/xwiki/{7.0.25 => 7.0.26}/values.yaml (100%) diff --git a/stable/xwiki/7.0.25/app-changelog.md b/stable/xwiki/7.0.25/app-changelog.md deleted file mode 100644 index a79547a205b..00000000000 --- a/stable/xwiki/7.0.25/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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)) - - \ No newline at end of file diff --git a/stable/xwiki/7.0.25/CHANGELOG.md b/stable/xwiki/7.0.26/CHANGELOG.md similarity index 93% rename from stable/xwiki/7.0.25/CHANGELOG.md rename to stable/xwiki/7.0.26/CHANGELOG.md index 0a421c05c6e..7c5ff9feebe 100644 --- a/stable/xwiki/7.0.25/CHANGELOG.md +++ b/stable/xwiki/7.0.26/CHANGELOG.md @@ -4,15 +4,15 @@ -## [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.26](https://github.com/truecharts/charts/compare/xwiki-7.0.25...xwiki-7.0.26) (2023-06-26) + +### Chore + +- update container image tccr.io/truecharts/xwiki to v15.4.0-postgres ([#9911](https://github.com/truecharts/charts/issues/9911)) + + + + ## [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.25/Chart.yaml b/stable/xwiki/7.0.26/Chart.yaml similarity index 97% rename from stable/xwiki/7.0.25/Chart.yaml rename to stable/xwiki/7.0.26/Chart.yaml index f4f05c0262b..08f2ae81353 100644 --- a/stable/xwiki/7.0.25/Chart.yaml +++ b/stable/xwiki/7.0.26/Chart.yaml @@ -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.25 +version: 7.0.26 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/xwiki/7.0.25/README.md b/stable/xwiki/7.0.26/README.md similarity index 94% rename from stable/xwiki/7.0.25/README.md rename to stable/xwiki/7.0.26/README.md index 701942c352f..e0a9b8fa8d7 100644 --- a/stable/xwiki/7.0.25/README.md +++ b/stable/xwiki/7.0.26/README.md @@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) diff --git a/stable/xwiki/7.0.26/app-changelog.md b/stable/xwiki/7.0.26/app-changelog.md new file mode 100644 index 00000000000..cb5e38dcf01 --- /dev/null +++ b/stable/xwiki/7.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xwiki-7.0.26](https://github.com/truecharts/charts/compare/xwiki-7.0.25...xwiki-7.0.26) (2023-06-26) + +### Chore + +- update container image tccr.io/truecharts/xwiki to v15.4.0-postgres ([#9911](https://github.com/truecharts/charts/issues/9911)) + + \ No newline at end of file diff --git a/stable/xwiki/7.0.25/app-readme.md b/stable/xwiki/7.0.26/app-readme.md similarity index 100% rename from stable/xwiki/7.0.25/app-readme.md rename to stable/xwiki/7.0.26/app-readme.md diff --git a/stable/xwiki/7.0.25/charts/common-12.14.2.tgz b/stable/xwiki/7.0.26/charts/common-12.14.2.tgz similarity index 100% rename from stable/xwiki/7.0.25/charts/common-12.14.2.tgz rename to stable/xwiki/7.0.26/charts/common-12.14.2.tgz diff --git a/stable/xwiki/7.0.25/ix_values.yaml b/stable/xwiki/7.0.26/ix_values.yaml similarity index 90% rename from stable/xwiki/7.0.25/ix_values.yaml rename to stable/xwiki/7.0.26/ix_values.yaml index fc796d02d14..feec23edb26 100644 --- a/stable/xwiki/7.0.25/ix_values.yaml +++ b/stable/xwiki/7.0.26/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/xwiki - tag: v15.4.0-postgres@sha256:fd25048596148ebdbfcee552b79fbe83b3ff3914840599fde390736c02f6ea0a + tag: v15.4.0-postgres@sha256:c0900897ad10c7f05d5d52b6fc950d77b3c0dd73f7b67381b6eca84249c5d73d pullPolicy: IfNotPresent service: main: diff --git a/stable/xwiki/7.0.25/questions.yaml b/stable/xwiki/7.0.26/questions.yaml similarity index 98% rename from stable/xwiki/7.0.25/questions.yaml rename to stable/xwiki/7.0.26/questions.yaml index 0cf325c5bdc..f8030f9287b 100644 --- a/stable/xwiki/7.0.25/questions.yaml +++ b/stable/xwiki/7.0.26/questions.yaml @@ -564,8 +564,38 @@ questions: 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 + schema: + show_if: [["type", "!=", "pvc"]] + 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 + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -1094,14 +1124,14 @@ questions: attrs: - variable: cpu label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 4000m valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 8Gi @@ -1115,7 +1145,7 @@ questions: attrs: - variable: cpu label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 10m @@ -1123,7 +1153,7 @@ questions: valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 50Mi diff --git a/stable/xwiki/7.0.25/templates/NOTES.txt b/stable/xwiki/7.0.26/templates/NOTES.txt similarity index 100% rename from stable/xwiki/7.0.25/templates/NOTES.txt rename to stable/xwiki/7.0.26/templates/NOTES.txt diff --git a/stable/xwiki/7.0.25/templates/common.yaml b/stable/xwiki/7.0.26/templates/common.yaml similarity index 100% rename from stable/xwiki/7.0.25/templates/common.yaml rename to stable/xwiki/7.0.26/templates/common.yaml diff --git a/stable/xwiki/7.0.25/values.yaml b/stable/xwiki/7.0.26/values.yaml similarity index 100% rename from stable/xwiki/7.0.25/values.yaml rename to stable/xwiki/7.0.26/values.yaml