From ea802d28207a5925ea7f79b8aa5263c70a33416e Mon Sep 17 00:00:00 2001 From: David Garcia Date: Wed, 10 Feb 2021 17:43:15 +0100 Subject: [PATCH] Pin juju version to 2.8.8 Change-Id: Ifa3b66d489adfd2522814d07a99886b35492dc67 Signed-off-by: David Garcia --- installers/charmed_install.sh | 2 +- installers/full_install_osm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/charmed_install.sh b/installers/charmed_install.sh index 3e7800e6..77afdb4e 100755 --- a/installers/charmed_install.sh +++ b/installers/charmed_install.sh @@ -15,7 +15,7 @@ # set -eux -JUJU_AGENT_VERSION=2.8.6 +JUJU_AGENT_VERSION=2.8.8 K8S_CLOUD_NAME="k8s-cloud" KUBECTL="microk8s.kubectl" MICROK8S_VERSION=1.19 diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 3c0f4a74..a0378548 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1548,7 +1548,7 @@ function parse_docker_registry_url() { DOCKER_REGISTRY_URL=$(echo "$DOCKER_REGISTRY_URL" | awk '{split($1,a,"@"); print a[2]}') } -JUJU_AGENT_VERSION=2.8.6 +JUJU_AGENT_VERSION=2.8.8 UNINSTALL="" DEVELOP="" UPDATE="" -- 2.25.1