From 8d6731e8fc597ad8b03f0aa45e48018dbd6e254f Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 26 Jun 2023 07:48:36 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/grav/7.0.26/app-changelog.md | 9 ----- stable/grav/{7.0.26 => 7.0.27}/CHANGELOG.md | 18 ++++----- stable/grav/{7.0.26 => 7.0.27}/Chart.yaml | 4 +- stable/grav/{7.0.26 => 7.0.27}/README.md | 2 +- stable/grav/7.0.27/app-changelog.md | 9 +++++ stable/grav/{7.0.26 => 7.0.27}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin stable/grav/{7.0.26 => 7.0.27}/ix_values.yaml | 2 +- stable/grav/{7.0.26 => 7.0.27}/questions.yaml | 38 ++++++++++++++++-- .../{7.0.26 => 7.0.27}/templates/NOTES.txt | 0 .../{7.0.26 => 7.0.27}/templates/common.yaml | 0 stable/grav/{7.0.26 => 7.0.27}/values.yaml | 0 12 files changed, 56 insertions(+), 26 deletions(-) delete mode 100644 stable/grav/7.0.26/app-changelog.md rename stable/grav/{7.0.26 => 7.0.27}/CHANGELOG.md (91%) rename stable/grav/{7.0.26 => 7.0.27}/Chart.yaml (95%) rename stable/grav/{7.0.26 => 7.0.27}/README.md (94%) create mode 100644 stable/grav/7.0.27/app-changelog.md rename stable/grav/{7.0.26 => 7.0.27}/app-readme.md (100%) rename stable/grav/{7.0.26 => 7.0.27}/charts/common-12.14.2.tgz (100%) rename stable/grav/{7.0.26 => 7.0.27}/ix_values.yaml (82%) rename stable/grav/{7.0.26 => 7.0.27}/questions.yaml (98%) rename stable/grav/{7.0.26 => 7.0.27}/templates/NOTES.txt (100%) rename stable/grav/{7.0.26 => 7.0.27}/templates/common.yaml (100%) rename stable/grav/{7.0.26 => 7.0.27}/values.yaml (100%) diff --git a/stable/grav/7.0.26/app-changelog.md b/stable/grav/7.0.26/app-changelog.md deleted file mode 100644 index 513dd56196f..00000000000 --- a/stable/grav/7.0.26/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [grav-7.0.26](https://github.com/truecharts/charts/compare/grav-7.0.25...grav-7.0.26) (2023-06-14) - -### Chore - -- update container image tccr.io/truecharts/grav to v1.7.41 ([#9618](https://github.com/truecharts/charts/issues/9618)) - - \ No newline at end of file diff --git a/stable/grav/7.0.26/CHANGELOG.md b/stable/grav/7.0.27/CHANGELOG.md similarity index 91% rename from stable/grav/7.0.26/CHANGELOG.md rename to stable/grav/7.0.27/CHANGELOG.md index cf22fe570af..927311db362 100644 --- a/stable/grav/7.0.26/CHANGELOG.md +++ b/stable/grav/7.0.27/CHANGELOG.md @@ -4,15 +4,15 @@ -## [grav-7.0.26](https://github.com/truecharts/charts/compare/grav-7.0.25...grav-7.0.26) (2023-06-14) - -### Chore - -- update container image tccr.io/truecharts/grav to v1.7.41 ([#9618](https://github.com/truecharts/charts/issues/9618)) - - - - +## [grav-7.0.27](https://github.com/truecharts/charts/compare/grav-7.0.26...grav-7.0.27) (2023-06-26) + +### Chore + +- update container image tccr.io/truecharts/grav to v1.7.42 ([#9923](https://github.com/truecharts/charts/issues/9923)) + + + + ## [grav-7.0.26](https://github.com/truecharts/charts/compare/grav-7.0.25...grav-7.0.26) (2023-06-14) ### Chore diff --git a/stable/grav/7.0.26/Chart.yaml b/stable/grav/7.0.27/Chart.yaml similarity index 95% rename from stable/grav/7.0.26/Chart.yaml rename to stable/grav/7.0.27/Chart.yaml index a22edac77c4..993199d3304 100644 --- a/stable/grav/7.0.26/Chart.yaml +++ b/stable/grav/7.0.27/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.7.41" +appVersion: "1.7.42" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-grav - https://github.com/getgrav/grav/ type: application -version: 7.0.26 +version: 7.0.27 annotations: truecharts.org/catagories: | - media diff --git a/stable/grav/7.0.26/README.md b/stable/grav/7.0.27/README.md similarity index 94% rename from stable/grav/7.0.26/README.md rename to stable/grav/7.0.27/README.md index 701942c352f..e0a9b8fa8d7 100644 --- a/stable/grav/7.0.26/README.md +++ b/stable/grav/7.0.27/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/grav/7.0.27/app-changelog.md b/stable/grav/7.0.27/app-changelog.md new file mode 100644 index 00000000000..33436c06810 --- /dev/null +++ b/stable/grav/7.0.27/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grav-7.0.27](https://github.com/truecharts/charts/compare/grav-7.0.26...grav-7.0.27) (2023-06-26) + +### Chore + +- update container image tccr.io/truecharts/grav to v1.7.42 ([#9923](https://github.com/truecharts/charts/issues/9923)) + + \ No newline at end of file diff --git a/stable/grav/7.0.26/app-readme.md b/stable/grav/7.0.27/app-readme.md similarity index 100% rename from stable/grav/7.0.26/app-readme.md rename to stable/grav/7.0.27/app-readme.md diff --git a/stable/grav/7.0.26/charts/common-12.14.2.tgz b/stable/grav/7.0.27/charts/common-12.14.2.tgz similarity index 100% rename from stable/grav/7.0.26/charts/common-12.14.2.tgz rename to stable/grav/7.0.27/charts/common-12.14.2.tgz diff --git a/stable/grav/7.0.26/ix_values.yaml b/stable/grav/7.0.27/ix_values.yaml similarity index 82% rename from stable/grav/7.0.26/ix_values.yaml rename to stable/grav/7.0.27/ix_values.yaml index fc76795daac..944bd9ec079 100644 --- a/stable/grav/7.0.26/ix_values.yaml +++ b/stable/grav/7.0.27/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/grav pullPolicy: IfNotPresent - tag: v1.7.41@sha256:c0c883af77d8f3d5bebeb008ec2b652b7ec4897cf2678121c49dc59cda624e23 + tag: v1.7.42@sha256:96ceb64c4a554fedb976e3f9a8b4e71095f4e72bfc83ff8e1a22d84c1d282c6c service: main: ports: diff --git a/stable/grav/7.0.26/questions.yaml b/stable/grav/7.0.27/questions.yaml similarity index 98% rename from stable/grav/7.0.26/questions.yaml rename to stable/grav/7.0.27/questions.yaml index 20dc838f0ee..85a05165831 100644 --- a/stable/grav/7.0.26/questions.yaml +++ b/stable/grav/7.0.27/questions.yaml @@ -550,8 +550,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: @@ -1080,14 +1110,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 @@ -1101,7 +1131,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 @@ -1109,7 +1139,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/grav/7.0.26/templates/NOTES.txt b/stable/grav/7.0.27/templates/NOTES.txt similarity index 100% rename from stable/grav/7.0.26/templates/NOTES.txt rename to stable/grav/7.0.27/templates/NOTES.txt diff --git a/stable/grav/7.0.26/templates/common.yaml b/stable/grav/7.0.27/templates/common.yaml similarity index 100% rename from stable/grav/7.0.26/templates/common.yaml rename to stable/grav/7.0.27/templates/common.yaml diff --git a/stable/grav/7.0.26/values.yaml b/stable/grav/7.0.27/values.yaml similarity index 100% rename from stable/grav/7.0.26/values.yaml rename to stable/grav/7.0.27/values.yaml