From 4c7fae1a827e6c91857bcd317bd793b29c79ebdf Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 7 Oct 2023 23:17:23 +0200 Subject: [PATCH] chore(deps): update container image tccr.io/truecharts/matomo to v4.15.1 (#11255) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/matomo](https://togithub.com/truecharts/containers) | patch | `v4.15.0` -> `v4.15.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Signed-off-by: TrueCharts-Bot Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/matomo/Chart.yaml | 8 ++--- charts/stable/matomo/values.yaml | 60 +++++++++++++++++--------------- 2 files changed, 36 insertions(+), 32 deletions(-) diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index c7564e5376f..fabf740cf9a 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 -appVersion: "4.15.0" +appVersion: "4.15.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.6 - condition: mariadb.enabled name: mariadb repository: https://deps.truecharts.org/ - version: 7.0.70 + version: 9.0.25 description: Matomo is the leading Free/Libre open analytics platform home: https://truecharts.org/charts/stable/matomo icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png @@ -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: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/matomo/values.yaml b/charts/stable/matomo/values.yaml index 7bfce029320..11d1426d9bd 100644 --- a/charts/stable/matomo/values.yaml +++ b/charts/stable/matomo/values.yaml @@ -1,40 +1,15 @@ image: repository: tccr.io/truecharts/matomo - tag: v4.15.0@sha256:40ad3f22a62ab52036f064587ff26f5727e517ba87128c98e48bf63ac1fa5e74 + tag: v4.15.1@sha256:63126e306918e1fa69bb9e13f4a01e68657fbc9f3b8f5ea397a0d13be6229bce pullPolicy: IfNotPresent -service: - main: - ports: - main: - protocol: http - port: 10172 - targetPort: 10172 - https: - enabled: true - ports: - https: - enabled: true - protocol: https - port: 10173 - targetPort: 10173 -persistence: - data: - enabled: true - mountPath: "/bitnami/matomo" -mariadb: - enabled: true - mariadbUsername: matomo - mariadbDatabase: matomo -portal: - open: - enabled: true securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 + workload: main: podSpec: @@ -48,7 +23,6 @@ workload: startup: path: "/index.php" env: - BITNAMI_DEBUG: true APACHE_HTTP_PORT_NUMBER: "{{ .Values.service.main.ports.main.port }}" APACHE_HTTPS_PORT_NUMBER: "{{ .Values.service.https.ports.https.port }}" MATOMO_DATABASE_PORT_NUMBER: 3306 @@ -96,3 +70,33 @@ workload: expandObjectName: false name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' key: mariadb-password + +service: + main: + ports: + main: + protocol: http + port: 10172 + targetPort: 10172 + https: + enabled: true + ports: + https: + enabled: true + protocol: https + port: 10173 + targetPort: 10173 + +persistence: + data: + enabled: true + mountPath: "/bitnami/matomo" + +mariadb: + enabled: true + mariadbUsername: matomo + mariadbDatabase: matomo + +portal: + open: + enabled: true