From e0e5a39fcb0bd45aebb0a2d1de083839fdcae18e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 14 Feb 2023 23:08:09 +0100 Subject: [PATCH] [bitnami/etcd] Release 8.7.4 (#14883) * [bitnami/etcd] Release 8.7.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/etcd/Chart.lock | 6 +++--- bitnami/etcd/Chart.yaml | 2 +- bitnami/etcd/README.md | 6 +++--- bitnami/etcd/values.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/etcd/Chart.lock b/bitnami/etcd/Chart.lock index acaa1520d2..64e76f6f82 100644 --- a/bitnami/etcd/Chart.lock +++ b/bitnami/etcd/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.2 -digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5 -generated: "2022-12-19T15:22:40.567625269Z" + version: 2.2.3 +digest: sha256:2c7165542fc01b9e98b577cd8b1095d0ed8267d34b97b6e581a1176bfb8e4dcb +generated: "2023-02-14T21:18:59.879717413Z" diff --git a/bitnami/etcd/Chart.yaml b/bitnami/etcd/Chart.yaml index 85c7a3737a..242755cbf6 100644 --- a/bitnami/etcd/Chart.yaml +++ b/bitnami/etcd/Chart.yaml @@ -25,4 +25,4 @@ name: etcd sources: - https://github.com/bitnami/containers/tree/main/bitnami/etcd - https://coreos.com/etcd/ -version: 8.7.3 +version: 8.7.4 diff --git a/bitnami/etcd/README.md b/bitnami/etcd/README.md index 72210a76eb..b0e078c79e 100644 --- a/bitnami/etcd/README.md +++ b/bitnami/etcd/README.md @@ -83,7 +83,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------- | | `image.registry` | etcd image registry | `docker.io` | | `image.repository` | etcd image name | `bitnami/etcd` | -| `image.tag` | etcd image tag | `3.5.7-debian-11-r0` | +| `image.tag` | etcd image tag | `3.5.7-debian-11-r9` | | `image.digest` | etcd image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | etcd image pull policy | `IfNotPresent` | | `image.pullSecrets` | etcd image pull secrets | `[]` | @@ -235,7 +235,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(s) mountpoint to `runAsUser:fsGroup` | `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-r74` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r85` | | `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 | `[]` | @@ -543,4 +543,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/etcd/values.yaml b/bitnami/etcd/values.yaml index e7cb99d330..36984c2983 100644 --- a/bitnami/etcd/values.yaml +++ b/bitnami/etcd/values.yaml @@ -70,7 +70,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/etcd - tag: 3.5.7-debian-11-r0 + tag: 3.5.7-debian-11-r9 digest: "" ## @param image.pullPolicy etcd image pull policy ## Specify a imagePullPolicy @@ -612,7 +612,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r74 + tag: 11-debian-11-r85 digest: "" ## @param volumePermissions.image.pullPolicy Init container volume-permissions image pull policy ##