diff --git a/bitnami/matomo/Chart.lock b/bitnami/matomo/Chart.lock index d2032a8c1d..a680a48443 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.3 + version: 11.4.4 - name: common repository: https://charts.bitnami.com/bitnami version: 2.2.2 -digest: sha256:f120684022b80ca0fcf104a463682ca1fdfc37ad072616750d9f0071c9469196 -generated: "2023-01-17T04:04:29.084019575Z" +digest: sha256:65e1731bcfa289063c5b30a3506ccecafac26020df488a35bbec6fc178451a17 +generated: "2023-01-19T16:52:28.654149579Z" diff --git a/bitnami/matomo/Chart.yaml b/bitnami/matomo/Chart.yaml index 488ed05a51..f92f6d59c3 100644 --- a/bitnami/matomo/Chart.yaml +++ b/bitnami/matomo/Chart.yaml @@ -30,4 +30,4 @@ name: matomo sources: - https://github.com/bitnami/containers/tree/main/bitnami/matomo - https://www.matomo.org/ -version: 0.2.17 +version: 0.2.18 diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index c37a3404a0..772cfe6629 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.13.1-debian-11-r0` | +| `image.tag` | Matomo Image tag | `4.13.1-debian-11-r3` | | `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-r72` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r74` | | `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-r82` | +| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r84` | | `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-r72` | +| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r74` | | `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 6a41789583..2e38815eca 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.13.1-debian-11-r0 + tag: 4.13.1-debian-11-r3 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-r72 + tag: 11-debian-11-r74 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-r82 + tag: 0.11.0-debian-11-r84 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-r72 + tag: 11-debian-11-r74 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'