diff --git a/stable/grav/7.0.29/app-changelog.md b/stable/grav/7.0.29/app-changelog.md deleted file mode 100644 index e25dbc1aab5..00000000000 --- a/stable/grav/7.0.29/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [grav-7.0.29](https://github.com/truecharts/charts/compare/grav-7.0.28...grav-7.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/grav/7.0.29/CHANGELOG.md b/stable/grav/7.0.30/CHANGELOG.md similarity index 91% rename from stable/grav/7.0.29/CHANGELOG.md rename to stable/grav/7.0.30/CHANGELOG.md index e4e6670b02e..8e020f93d10 100644 --- a/stable/grav/7.0.29/CHANGELOG.md +++ b/stable/grav/7.0.30/CHANGELOG.md @@ -4,6 +4,15 @@ +## [grav-7.0.30](https://github.com/truecharts/charts/compare/grav-7.0.29...grav-7.0.30) (2023-07-08) + +### Chore + +- update container image tccr.io/truecharts/grav to v1.7.42 ([#10303](https://github.com/truecharts/charts/issues/10303)) + + + + ## [grav-7.0.29](https://github.com/truecharts/charts/compare/grav-7.0.28...grav-7.0.29) (2023-07-01) ### Chore @@ -85,15 +94,6 @@ -## [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.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.29/Chart.yaml b/stable/grav/7.0.30/Chart.yaml similarity index 98% rename from stable/grav/7.0.29/Chart.yaml rename to stable/grav/7.0.30/Chart.yaml index f8d0e62dcf9..409d422fd7e 100644 --- a/stable/grav/7.0.29/Chart.yaml +++ b/stable/grav/7.0.30/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-grav - https://github.com/getgrav/grav/ type: application -version: 7.0.29 +version: 7.0.30 annotations: truecharts.org/catagories: | - media diff --git a/stable/grav/7.0.29/README.md b/stable/grav/7.0.30/README.md similarity index 100% rename from stable/grav/7.0.29/README.md rename to stable/grav/7.0.30/README.md diff --git a/stable/grav/7.0.30/app-changelog.md b/stable/grav/7.0.30/app-changelog.md new file mode 100644 index 00000000000..435b1d7cf8e --- /dev/null +++ b/stable/grav/7.0.30/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grav-7.0.30](https://github.com/truecharts/charts/compare/grav-7.0.29...grav-7.0.30) (2023-07-08) + +### Chore + +- update container image tccr.io/truecharts/grav to v1.7.42 ([#10303](https://github.com/truecharts/charts/issues/10303)) + + \ No newline at end of file diff --git a/stable/grav/7.0.29/app-readme.md b/stable/grav/7.0.30/app-readme.md similarity index 100% rename from stable/grav/7.0.29/app-readme.md rename to stable/grav/7.0.30/app-readme.md diff --git a/stable/grav/7.0.29/charts/common-12.14.6.tgz b/stable/grav/7.0.30/charts/common-12.14.6.tgz similarity index 100% rename from stable/grav/7.0.29/charts/common-12.14.6.tgz rename to stable/grav/7.0.30/charts/common-12.14.6.tgz diff --git a/stable/grav/7.0.29/ix_values.yaml b/stable/grav/7.0.30/ix_values.yaml similarity index 82% rename from stable/grav/7.0.29/ix_values.yaml rename to stable/grav/7.0.30/ix_values.yaml index f592e254d6d..054ea3a5e45 100644 --- a/stable/grav/7.0.29/ix_values.yaml +++ b/stable/grav/7.0.30/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/grav pullPolicy: IfNotPresent - tag: v1.7.42@sha256:493bf7cfac736b253ac00e4d5d61adbacaff5d97c2780676e7f594e36121e470 + tag: v1.7.42@sha256:41eba6cc4117c62cbb4e6c374af9f146682571f52245de6a49eaeb988f169ed1 service: main: ports: diff --git a/stable/grav/7.0.29/questions.yaml b/stable/grav/7.0.30/questions.yaml similarity index 96% rename from stable/grav/7.0.29/questions.yaml rename to stable/grav/7.0.30/questions.yaml index 85a05165831..522e84a3dbf 100644 --- a/stable/grav/7.0.29/questions.yaml +++ b/stable/grav/7.0.30/questions.yaml @@ -545,14 +545,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 @@ -561,27 +553,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: @@ -657,13 +658,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/grav/7.0.29/templates/NOTES.txt b/stable/grav/7.0.30/templates/NOTES.txt similarity index 100% rename from stable/grav/7.0.29/templates/NOTES.txt rename to stable/grav/7.0.30/templates/NOTES.txt diff --git a/stable/grav/7.0.29/templates/common.yaml b/stable/grav/7.0.30/templates/common.yaml similarity index 100% rename from stable/grav/7.0.29/templates/common.yaml rename to stable/grav/7.0.30/templates/common.yaml diff --git a/stable/grav/7.0.29/values.yaml b/stable/grav/7.0.30/values.yaml similarity index 100% rename from stable/grav/7.0.29/values.yaml rename to stable/grav/7.0.30/values.yaml