diff --git a/bitnami/matomo/Chart.yaml b/bitnami/matomo/Chart.yaml index 259ff7dfd2..13621d074c 100644 --- a/bitnami/matomo/Chart.yaml +++ b/bitnami/matomo/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: apache-exporter - image: docker.io/bitnami/apache-exporter:1.0.6-debian-12-r7 + image: docker.io/bitnami/apache-exporter:1.0.6-debian-12-r8 - name: matomo - image: docker.io/bitnami/matomo:5.0.2-debian-12-r4 + image: docker.io/bitnami/matomo:5.0.3-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r16 apiVersion: v2 -appVersion: 5.0.2 +appVersion: 5.0.3 dependencies: - condition: mariadb.enabled name: mariadb @@ -39,4 +39,4 @@ maintainers: name: matomo sources: - https://github.com/bitnami/charts/tree/main/bitnami/matomo -version: 5.4.0 +version: 5.4.1 diff --git a/bitnami/matomo/values.yaml b/bitnami/matomo/values.yaml index b617e338cd..42c20076ee 100644 --- a/bitnami/matomo/values.yaml +++ b/bitnami/matomo/values.yaml @@ -68,7 +68,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/matomo - tag: 5.0.2-debian-12-r4 + tag: 5.0.3-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -762,7 +762,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 1.0.6-debian-12-r7 + tag: 1.0.6-debian-12-r8 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.