diff --git a/bitnami/etcd/3.3/debian-11/rootfs/opt/bitnami/scripts/etcd/run.sh b/bitnami/etcd/3.3/debian-11/rootfs/opt/bitnami/scripts/etcd/run.sh index 53bb32f80341..cde7e5020adf 100755 --- a/bitnami/etcd/3.3/debian-11/rootfs/opt/bitnami/scripts/etcd/run.sh +++ b/bitnami/etcd/3.3/debian-11/rootfs/opt/bitnami/scripts/etcd/run.sh @@ -21,8 +21,8 @@ if [[ -f "$ETCD_NEW_MEMBERS_ENV_FILE" ]]; then debug "Loading env vars of existing cluster" . "$ETCD_NEW_MEMBERS_ENV_FILE" # We rely on the original value of ETCD_INITIAL_CLUSTER - # when bootstrapping a new cluster since - # we need all intial members to calcualte a same cluster_id + # when bootstrapping a new cluster since + # we need all initial members to calcualte a same cluster_id fi declare -a cmd=("etcd") diff --git a/bitnami/etcd/README.md b/bitnami/etcd/README.md index 10e795c34455..2b71c0a6db4c 100644 --- a/bitnami/etcd/README.md +++ b/bitnami/etcd/README.md @@ -47,7 +47,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`3.5`, `3.5-debian-11`, `3.5.4`, `3.5.4-debian-11-r10`, `latest` (3.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.5.4-debian-11-r10/3.5/debian-11/Dockerfile) * [`3.4`, `3.4-debian-11`, `3.4.18`, `3.4.18-debian-11-r11` (3.4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.18-debian-11-r11/3.4/debian-11/Dockerfile) -* [`3.3`, `3.3-debian-11`, `3.3.27`, `3.3.27-debian-11-r10` (3.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.27-debian-11-r10/3.3/debian-11/Dockerfile) +* [`3.3`, `3.3-debian-11`, `3.3.27`, `3.3.27-debian-11-r11` (3.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.27-debian-11-r11/3.3/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/etcd GitHub repo](https://github.com/bitnami/bitnami-docker-etcd).