[bitnami/matomo] Release 2.0.5 (#18683)

* [bitnami/matomo] Release 2.0.5 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-08-20 07:00:27 +02:00
committed by GitHub
parent bf3aeb13e8
commit 97e72ab3f5
4 changed files with 15 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.0.3
version: 13.0.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.8.0
digest: sha256:76cdc3a6a3054d036b4d300fc8bdfa8ea637150bbf0f4090ccdca99296da6053
generated: "2023-08-17T14:03:51.779537447Z"
digest: sha256:2373554fa5a44b21eddd0e96435e35b3ebb34e7bae47ae29ccf038857074c1ce
generated: "2023-08-20T04:47:00.869587532Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r17
image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r21
- name: matomo
image: docker.io/bitnami/matomo:4.15.1-debian-11-r14
image: docker.io/bitnami/matomo:4.15.1-debian-11-r17
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r40
image: docker.io/bitnami/os-shell:11-debian-11-r43
apiVersion: v2
appVersion: 4.15.1
dependencies:
@@ -39,4 +39,4 @@ maintainers:
name: matomo
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/matomo
version: 2.0.4
version: 2.0.5

View File

@@ -81,7 +81,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.15.1-debian-11-r14` |
| `image.tag` | Matomo Image tag | `4.15.1-debian-11-r17` |
| `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 | `[]` |
@@ -231,7 +231,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/os-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r40` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r43` |
| `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 | `[]` |
@@ -245,7 +245,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 | `1.0.1-debian-11-r17` |
| `metrics.image.tag` | Apache exporter image tag | `1.0.1-debian-11-r21` |
| `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 | `[]` |
@@ -270,7 +270,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/os-shell` |
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r40` |
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r43` |
| `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 | `[]` |

View File

@@ -62,7 +62,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/matomo
tag: 4.15.1-debian-11-r14
tag: 4.15.1-debian-11-r17
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -680,7 +680,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r40
tag: 11-debian-11-r43
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -733,7 +733,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 1.0.1-debian-11-r17
tag: 1.0.1-debian-11-r21
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -804,7 +804,7 @@ certificates:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r40
tag: 11-debian-11-r43
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'