Pin juju version to 2.8.8
Change-Id: Ifa3b66d489adfd2522814d07a99886b35492dc67
Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/installers/charmed_install.sh b/installers/charmed_install.sh
index 3e7800e..77afdb4 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 3c0f4a7..a037854 100755
--- a/installers/full_install_osm.sh
+++ b/installers/full_install_osm.sh
@@ -1548,7 +1548,7 @@
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=""