From e7cad4d3666763d2b6501a6e0a3e832e251f74c7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 1 Aug 2023 10:13:55 +0200 Subject: [PATCH] [bitnami/suitecrm] Release 12.1.7 (#18089) * [bitnami/suitecrm] Release 12.1.7 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/suitecrm/Chart.yaml | 2 +- bitnami/suitecrm/README.md | 8 ++++---- bitnami/suitecrm/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/suitecrm/Chart.yaml b/bitnami/suitecrm/Chart.yaml index e93a2e1b1a..ae0026cd84 100644 --- a/bitnami/suitecrm/Chart.yaml +++ b/bitnami/suitecrm/Chart.yaml @@ -31,4 +31,4 @@ maintainers: name: suitecrm sources: - https://github.com/bitnami/charts/tree/main/bitnami/suitecrm -version: 12.1.6 +version: 12.1.7 diff --git a/bitnami/suitecrm/README.md b/bitnami/suitecrm/README.md index 4801edd733..3d069c4ffb 100644 --- a/bitnami/suitecrm/README.md +++ b/bitnami/suitecrm/README.md @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------- | -------------------------------------------------------------------------------------------------------- | ---------------------- | | `image.registry` | SuiteCRM image registry | `docker.io` | | `image.repository` | SuiteCRM image repository | `bitnami/suitecrm` | -| `image.tag` | SuiteCRM image tag (immutable tags are recommended) | `7.13.4-debian-11-r13` | +| `image.tag` | SuiteCRM image tag (immutable tags are recommended) | `7.13.4-debian-11-r14` | | `image.digest` | SuiteCRM image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | SuiteCRM image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -203,7 +203,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 repository | `bitnami/os-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r19` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r22` | | `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 | `[]` | @@ -248,7 +248,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Start a side-car prometheus exporter | `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 (immutable tags are recommended) | `0.13.4-debian-11-r55` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.4-debian-11-r60` | | `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 | `[]` | @@ -282,7 +282,7 @@ The command removes all the Kubernetes components associated with the chart and | `certificates.extraEnvVarsSecret` | Secret containing extra environment variables (in case of sensitive data) | `""` | | `certificates.image.registry` | Container sidecar registry | `docker.io` | | `certificates.image.repository` | Container sidecar image repository | `bitnami/os-shell` | -| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r19` | +| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r22` | | `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/suitecrm/values.yaml b/bitnami/suitecrm/values.yaml index 565d4a1dd0..d2664660d2 100644 --- a/bitnami/suitecrm/values.yaml +++ b/bitnami/suitecrm/values.yaml @@ -55,7 +55,7 @@ commonLabels: {} image: registry: docker.io repository: bitnami/suitecrm - tag: 7.13.4-debian-11-r13 + tag: 7.13.4-debian-11-r14 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -482,7 +482,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r19 + tag: 11-debian-11-r22 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -696,7 +696,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.13.4-debian-11-r55 + tag: 0.13.4-debian-11-r60 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -814,7 +814,7 @@ certificates: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r19 + tag: 11-debian-11-r22 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'