Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit f1a5973

Browse files
author
Kautilya Tripathi
authored
Merge pull request #1068 from kinvolk/knrt10/script-etcd-fix
scripts/find-update.sh: fix etcd current version
2 parents 79f13f7 + aa06c11 commit f1a5973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/find-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ printf "${format}" "calico" "${current_version}" "${version}"
4343

4444
###########################
4545
# etcd
46-
current_version=$(grep 'ETCD_IMAGE_TAG=' assets/terraform-modules/aws/flatcar-linux/kubernetes/cl/controller.yaml.tmpl | cut -d"=" -f3 | sed 's/"//g')
46+
current_version=$(grep 'ETCD_IMAGE_TAG=' assets/terraform-modules/aws/flatcar-linux/kubernetes/cl/controller.yaml.tmpl | cut -d"=" -f2 | sed 's/"//g')
4747

4848
get_latest_release etcd-io/etcd
4949
printf "${format}" "etcd" "${current_version}" "${version}"

0 commit comments

Comments
 (0)