From d9a4a284eaf987c5948ab8b4bef190f37c2d612f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 12 Sep 2022 17:58:00 +0200 Subject: [PATCH] [bitnami/memcached] Release 6.2.4 (#12381) * [bitnami/memcached] Release 6.2.4 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/memcached/Chart.lock | 6 +++--- bitnami/memcached/Chart.yaml | 2 +- bitnami/memcached/README.md | 6 +++--- bitnami/memcached/values.yaml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/memcached/Chart.lock b/bitnami/memcached/Chart.lock index db07251222..f80bb8ca1a 100644 --- a/bitnami/memcached/Chart.lock +++ b/bitnami/memcached/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.0.1 -digest: sha256:46553c7194313fd9ce2e1e86422eef4dab3defb450e20c692f865924eacb8fb1 -generated: "2022-08-23T21:19:54.998813428Z" + version: 2.0.3 +digest: sha256:7d4a98a9fabc3be62a3898cc530d0979b6a0a4d29c87ed2d128821f21c89ba40 +generated: "2022-09-12T15:25:28.745499939Z" diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml index 51af0c4e81..6fc506d181 100644 --- a/bitnami/memcached/Chart.yaml +++ b/bitnami/memcached/Chart.yaml @@ -22,4 +22,4 @@ name: memcached sources: - https://github.com/bitnami/containers/tree/main/bitnami/memcached - http://memcached.org/ -version: 6.2.3 +version: 6.2.4 diff --git a/bitnami/memcached/README.md b/bitnami/memcached/README.md index 3f7a0c9567..23b302321b 100644 --- a/bitnami/memcached/README.md +++ b/bitnami/memcached/README.md @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | Memcached image registry | `docker.io` | | `image.repository` | Memcached image repository | `bitnami/memcached` | -| `image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.17-debian-11-r0` | +| `image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.17-debian-11-r6` | | `image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Memcached image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -212,7 +212,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r29` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r34` | | `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` | Init container volume-permissions image pull secrets | `[]` | @@ -222,7 +222,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` | Memcached exporter image registry | `docker.io` | | `metrics.image.repository` | Memcached exporter image repository | `bitnami/memcached-exporter` | -| `metrics.image.tag` | Memcached exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r27` | +| `metrics.image.tag` | Memcached exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r32` | | `metrics.image.digest` | Memcached 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 | `[]` | diff --git a/bitnami/memcached/values.yaml b/bitnami/memcached/values.yaml index de1a297a6a..9a6ba3b91e 100644 --- a/bitnami/memcached/values.yaml +++ b/bitnami/memcached/values.yaml @@ -70,7 +70,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.17-debian-11-r0 + tag: 1.6.17-debian-11-r6 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -506,7 +506,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r29 + tag: 11-debian-11-r34 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -551,7 +551,7 @@ metrics: image: registry: docker.io repository: bitnami/memcached-exporter - tag: 0.10.0-debian-11-r27 + tag: 0.10.0-debian-11-r32 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.