From 86a62772b2bbc0a956652956eba7787ea15fb1da Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 10 Dec 2022 12:42:48 +0100 Subject: [PATCH] [bitnami/matomo] Release 0.2.15 (#13905) * [bitnami/matomo] Release 0.2.15 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/matomo/Chart.lock | 8 ++++---- bitnami/matomo/Chart.yaml | 4 ++-- bitnami/matomo/README.md | 8 ++++---- bitnami/matomo/values.yaml | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bitnami/matomo/Chart.lock b/bitnami/matomo/Chart.lock index 623a6d6b7..39efc7c8c 100644 --- a/bitnami/matomo/Chart.lock +++ b/bitnami/matomo/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.4.0 + version: 11.4.1 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.0 -digest: sha256:e7b13ecc704a6526b6aca2170d86b07e74964fa0294672be4e94623f7fd4b5b0 -generated: "2022-11-24T06:49:00.164001671Z" + version: 2.2.1 +digest: sha256:face1904e83a049a36bd254534077390c708bc262057a294a08225e5a40bc1de +generated: "2022-12-10T10:44:02.819107547Z" diff --git a/bitnami/matomo/Chart.yaml b/bitnami/matomo/Chart.yaml index 438f81afe..75de8bbf6 100644 --- a/bitnami/matomo/Chart.yaml +++ b/bitnami/matomo/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Analytics apiVersion: v2 -appVersion: 4.12.3 +appVersion: 4.13.0 dependencies: - condition: mariadb.enabled name: mariadb @@ -30,4 +30,4 @@ name: matomo sources: - https://github.com/bitnami/containers/tree/main/bitnami/matomo - https://www.matomo.org/ -version: 0.2.14 +version: 0.2.15 diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index c389c7fe7..834c12b21 100644 --- a/bitnami/matomo/README.md +++ b/bitnami/matomo/README.md @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | Matomo image registry | `docker.io` | | `image.repository` | Matomo Image name | `bitnami/matomo` | -| `image.tag` | Matomo Image tag | `4.12.3-debian-11-r9` | +| `image.tag` | Matomo Image tag | `4.13.0-debian-11-r0` | | `image.digest` | Matomo image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Matomo image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -235,7 +235,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r54` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r60` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -250,7 +250,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Start a exporter side-car | `false` | | `metrics.image.registry` | Apache exporter image registry | `docker.io` | | `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` | -| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r64` | +| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r70` | | `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -276,7 +276,7 @@ The command removes all the Kubernetes components associated with the chart and | `certificates.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` | | `certificates.image.registry` | Container sidecar registry | `docker.io` | | `certificates.image.repository` | Container sidecar image | `bitnami/bitnami-shell` | -| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r54` | +| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r60` | | `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` | | `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` | diff --git a/bitnami/matomo/values.yaml b/bitnami/matomo/values.yaml index e807a7786..7661de13a 100644 --- a/bitnami/matomo/values.yaml +++ b/bitnami/matomo/values.yaml @@ -59,7 +59,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/matomo - tag: 4.12.3-debian-11-r9 + tag: 4.13.0-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -667,7 +667,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r54 + tag: 11-debian-11-r60 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -720,7 +720,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r64 + tag: 0.11.0-debian-11-r70 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -791,7 +791,7 @@ certificates: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r54 + tag: 11-debian-11-r60 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'