diff --git a/stable/matomo/6.0.31/app-changelog.md b/stable/matomo/6.0.31/app-changelog.md deleted file mode 100644 index 07113ab54dc..00000000000 --- a/stable/matomo/6.0.31/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [matomo-6.0.31](https://github.com/truecharts/charts/compare/matomo-6.0.30...matomo-6.0.31) (2023-01-23) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/stable/matomo/6.0.31/CHANGELOG.md b/stable/matomo/6.0.32/CHANGELOG.md similarity index 90% rename from stable/matomo/6.0.31/CHANGELOG.md rename to stable/matomo/6.0.32/CHANGELOG.md index 8c3b936b97f..d26e2a093d3 100644 --- a/stable/matomo/6.0.31/CHANGELOG.md +++ b/stable/matomo/6.0.32/CHANGELOG.md @@ -4,6 +4,15 @@ +## [matomo-6.0.32](https://github.com/truecharts/charts/compare/matomo-6.0.31...matomo-6.0.32) (2023-01-24) + +### Chore + +- update container image tccr.io/truecharts/matomo to 4.13.1 + + + + ## [matomo-6.0.31](https://github.com/truecharts/charts/compare/matomo-6.0.30...matomo-6.0.31) (2023-01-23) ### Chore @@ -88,12 +97,3 @@ ## [matomo-6.0.22](https://github.com/truecharts/charts/compare/matomo-6.0.21...matomo-6.0.22) (2022-12-27) ### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - - - -## [matomo-6.0.21](https://github.com/truecharts/charts/compare/matomo-6.0.20...matomo-6.0.21) (2022-12-26) - -### Chore diff --git a/stable/matomo/6.0.31/Chart.yaml b/stable/matomo/6.0.32/Chart.yaml similarity index 98% rename from stable/matomo/6.0.31/Chart.yaml rename to stable/matomo/6.0.32/Chart.yaml index 29a201f1508..5c8f7e0e3ec 100644 --- a/stable/matomo/6.0.31/Chart.yaml +++ b/stable/matomo/6.0.32/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://hub.docker.com/r/bitnami/matomo - https://github.com/bitnami/bitnami-docker-matomo - https://github.com/matomo-org/matomo -version: 6.0.31 +version: 6.0.32 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/matomo/6.0.31/README.md b/stable/matomo/6.0.32/README.md similarity index 100% rename from stable/matomo/6.0.31/README.md rename to stable/matomo/6.0.32/README.md diff --git a/stable/matomo/6.0.32/app-changelog.md b/stable/matomo/6.0.32/app-changelog.md new file mode 100644 index 00000000000..fc7768dfcdc --- /dev/null +++ b/stable/matomo/6.0.32/app-changelog.md @@ -0,0 +1,9 @@ + + +## [matomo-6.0.32](https://github.com/truecharts/charts/compare/matomo-6.0.31...matomo-6.0.32) (2023-01-24) + +### Chore + +- update container image tccr.io/truecharts/matomo to 4.13.1 + + \ No newline at end of file diff --git a/stable/matomo/6.0.31/app-readme.md b/stable/matomo/6.0.32/app-readme.md similarity index 100% rename from stable/matomo/6.0.31/app-readme.md rename to stable/matomo/6.0.32/app-readme.md diff --git a/stable/matomo/6.0.31/charts/common-11.1.2.tgz b/stable/matomo/6.0.32/charts/common-11.1.2.tgz similarity index 100% rename from stable/matomo/6.0.31/charts/common-11.1.2.tgz rename to stable/matomo/6.0.32/charts/common-11.1.2.tgz diff --git a/stable/matomo/6.0.31/charts/mariadb-5.0.24.tgz b/stable/matomo/6.0.32/charts/mariadb-5.0.24.tgz similarity index 100% rename from stable/matomo/6.0.31/charts/mariadb-5.0.24.tgz rename to stable/matomo/6.0.32/charts/mariadb-5.0.24.tgz diff --git a/stable/matomo/6.0.31/ix_values.yaml b/stable/matomo/6.0.32/ix_values.yaml similarity index 96% rename from stable/matomo/6.0.31/ix_values.yaml rename to stable/matomo/6.0.32/ix_values.yaml index e01c1acc36f..7dd14ed24cd 100644 --- a/stable/matomo/6.0.31/ix_values.yaml +++ b/stable/matomo/6.0.32/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/matomo - tag: 4.13.1@sha256:f7988d8db6318825c955ff8926c3b0cd86c89c0c0fba4791eddefcf4827a3745 + tag: 4.13.1@sha256:0ce06f70b95655d145ae5da823f3aa883b44814a84c4f950b004af4b20cafc32 pullPolicy: IfNotPresent securityContext: diff --git a/stable/matomo/6.0.31/questions.yaml b/stable/matomo/6.0.32/questions.yaml similarity index 97% rename from stable/matomo/6.0.31/questions.yaml rename to stable/matomo/6.0.32/questions.yaml index 3e1cf5131a2..a560b858bc1 100644 --- a/stable/matomo/6.0.31/questions.yaml +++ b/stable/matomo/6.0.32/questions.yaml @@ -788,10 +788,17 @@ questions: type: string required: true default: Prefix + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list + show_if: [["clusterIssuer", "=", ""]] default: [] items: - variable: tlsEntry @@ -812,12 +819,26 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: string + default: "" - variable: entrypoint label: (Advanced) Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -929,11 +950,18 @@ questions: label: Service Port schema: type: int + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list default: [] + show_if: [["clusterIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -953,12 +981,25 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider diff --git a/stable/matomo/6.0.31/templates/common.yaml b/stable/matomo/6.0.32/templates/common.yaml similarity index 100% rename from stable/matomo/6.0.31/templates/common.yaml rename to stable/matomo/6.0.32/templates/common.yaml diff --git a/stable/matomo/6.0.31/values.yaml b/stable/matomo/6.0.32/values.yaml similarity index 100% rename from stable/matomo/6.0.31/values.yaml rename to stable/matomo/6.0.32/values.yaml