From f45b7aeffb5f9be765513ec615e65bb9fb656486 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 8 Jul 2023 18:47:21 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/matomo/7.0.29/app-changelog.md | 9 -- stable/matomo/{7.0.29 => 7.0.30}/CHANGELOG.md | 18 ++-- stable/matomo/{7.0.29 => 7.0.30}/Chart.yaml | 4 +- stable/matomo/{7.0.29 => 7.0.30}/README.md | 0 stable/matomo/7.0.30/app-changelog.md | 9 ++ .../matomo/{7.0.29 => 7.0.30}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../charts/mariadb-7.0.62.tgz | Bin .../matomo/{7.0.29 => 7.0.30}/ix_values.yaml | 2 +- .../matomo/{7.0.29 => 7.0.30}/questions.yaml | 96 ++++++++++++------ .../{7.0.29 => 7.0.30}/templates/NOTES.txt | 0 .../{7.0.29 => 7.0.30}/templates/common.yaml | 0 stable/matomo/{7.0.29 => 7.0.30}/values.yaml | 0 13 files changed, 85 insertions(+), 53 deletions(-) delete mode 100644 stable/matomo/7.0.29/app-changelog.md rename stable/matomo/{7.0.29 => 7.0.30}/CHANGELOG.md (90%) rename stable/matomo/{7.0.29 => 7.0.30}/Chart.yaml (95%) rename stable/matomo/{7.0.29 => 7.0.30}/README.md (100%) create mode 100644 stable/matomo/7.0.30/app-changelog.md rename stable/matomo/{7.0.29 => 7.0.30}/app-readme.md (100%) rename stable/matomo/{7.0.29 => 7.0.30}/charts/common-12.14.6.tgz (100%) rename stable/matomo/{7.0.29 => 7.0.30}/charts/mariadb-7.0.62.tgz (100%) rename stable/matomo/{7.0.29 => 7.0.30}/ix_values.yaml (97%) rename stable/matomo/{7.0.29 => 7.0.30}/questions.yaml (97%) rename stable/matomo/{7.0.29 => 7.0.30}/templates/NOTES.txt (100%) rename stable/matomo/{7.0.29 => 7.0.30}/templates/common.yaml (100%) rename stable/matomo/{7.0.29 => 7.0.30}/values.yaml (100%) diff --git a/stable/matomo/7.0.29/app-changelog.md b/stable/matomo/7.0.29/app-changelog.md deleted file mode 100644 index a0069be5cc9..00000000000 --- a/stable/matomo/7.0.29/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [matomo-7.0.29](https://github.com/truecharts/charts/compare/matomo-7.0.28...matomo-7.0.29) (2023-07-04) - -### Chore - -- update helm general non-major ([#10135](https://github.com/truecharts/charts/issues/10135)) - - \ No newline at end of file diff --git a/stable/matomo/7.0.29/CHANGELOG.md b/stable/matomo/7.0.30/CHANGELOG.md similarity index 90% rename from stable/matomo/7.0.29/CHANGELOG.md rename to stable/matomo/7.0.30/CHANGELOG.md index a76c24d80c6..95c57b225cc 100644 --- a/stable/matomo/7.0.29/CHANGELOG.md +++ b/stable/matomo/7.0.30/CHANGELOG.md @@ -4,6 +4,15 @@ +## [matomo-7.0.30](https://github.com/truecharts/charts/compare/matomo-7.0.29...matomo-7.0.30) (2023-07-08) + +### Chore + +- update container image tccr.io/truecharts/matomo to v4.15.0 ([#10315](https://github.com/truecharts/charts/issues/10315)) + + + + ## [matomo-7.0.29](https://github.com/truecharts/charts/compare/matomo-7.0.28...matomo-7.0.29) (2023-07-04) ### Chore @@ -88,12 +97,3 @@ - -## [matomo-7.0.20](https://github.com/truecharts/charts/compare/matomo-7.0.19...matomo-7.0.20) (2023-05-26) - -### Chore - -- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156)) - - - diff --git a/stable/matomo/7.0.29/Chart.yaml b/stable/matomo/7.0.30/Chart.yaml similarity index 95% rename from stable/matomo/7.0.29/Chart.yaml rename to stable/matomo/7.0.30/Chart.yaml index 7c889d64c8e..d55e42e6512 100644 --- a/stable/matomo/7.0.29/Chart.yaml +++ b/stable/matomo/7.0.30/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.14.2" +appVersion: "4.15.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/matomo - https://github.com/bitnami/bitnami-docker-matomo - https://github.com/matomo-org/matomo -version: 7.0.29 +version: 7.0.30 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/matomo/7.0.29/README.md b/stable/matomo/7.0.30/README.md similarity index 100% rename from stable/matomo/7.0.29/README.md rename to stable/matomo/7.0.30/README.md diff --git a/stable/matomo/7.0.30/app-changelog.md b/stable/matomo/7.0.30/app-changelog.md new file mode 100644 index 00000000000..99115ceb3ba --- /dev/null +++ b/stable/matomo/7.0.30/app-changelog.md @@ -0,0 +1,9 @@ + + +## [matomo-7.0.30](https://github.com/truecharts/charts/compare/matomo-7.0.29...matomo-7.0.30) (2023-07-08) + +### Chore + +- update container image tccr.io/truecharts/matomo to v4.15.0 ([#10315](https://github.com/truecharts/charts/issues/10315)) + + \ No newline at end of file diff --git a/stable/matomo/7.0.29/app-readme.md b/stable/matomo/7.0.30/app-readme.md similarity index 100% rename from stable/matomo/7.0.29/app-readme.md rename to stable/matomo/7.0.30/app-readme.md diff --git a/stable/matomo/7.0.29/charts/common-12.14.6.tgz b/stable/matomo/7.0.30/charts/common-12.14.6.tgz similarity index 100% rename from stable/matomo/7.0.29/charts/common-12.14.6.tgz rename to stable/matomo/7.0.30/charts/common-12.14.6.tgz diff --git a/stable/matomo/7.0.29/charts/mariadb-7.0.62.tgz b/stable/matomo/7.0.30/charts/mariadb-7.0.62.tgz similarity index 100% rename from stable/matomo/7.0.29/charts/mariadb-7.0.62.tgz rename to stable/matomo/7.0.30/charts/mariadb-7.0.62.tgz diff --git a/stable/matomo/7.0.29/ix_values.yaml b/stable/matomo/7.0.30/ix_values.yaml similarity index 97% rename from stable/matomo/7.0.29/ix_values.yaml rename to stable/matomo/7.0.30/ix_values.yaml index af05b0743e4..ec0710d9f04 100644 --- a/stable/matomo/7.0.29/ix_values.yaml +++ b/stable/matomo/7.0.30/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/matomo - tag: 4.14.2@sha256:802665f9fec6d46bc43f5a6e920a700d4bc1b4547294da54d519cf597643fb05 + tag: v4.15.0@sha256:0466635e5d16c22df6b203eee0c9027ebeecfac6eac83fc03ca98a924bb33eb9 pullPolicy: IfNotPresent service: main: diff --git a/stable/matomo/7.0.29/questions.yaml b/stable/matomo/7.0.30/questions.yaml similarity index 97% rename from stable/matomo/7.0.29/questions.yaml rename to stable/matomo/7.0.30/questions.yaml index 822f308c60d..b02caf795c7 100644 --- a/stable/matomo/7.0.29/questions.yaml +++ b/stable/matomo/7.0.30/questions.yaml @@ -711,14 +711,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 @@ -727,27 +719,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: @@ -823,13 +824,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/matomo/7.0.29/templates/NOTES.txt b/stable/matomo/7.0.30/templates/NOTES.txt similarity index 100% rename from stable/matomo/7.0.29/templates/NOTES.txt rename to stable/matomo/7.0.30/templates/NOTES.txt diff --git a/stable/matomo/7.0.29/templates/common.yaml b/stable/matomo/7.0.30/templates/common.yaml similarity index 100% rename from stable/matomo/7.0.29/templates/common.yaml rename to stable/matomo/7.0.30/templates/common.yaml diff --git a/stable/matomo/7.0.29/values.yaml b/stable/matomo/7.0.30/values.yaml similarity index 100% rename from stable/matomo/7.0.29/values.yaml rename to stable/matomo/7.0.30/values.yaml