Pin juju version to 2.8.8 87/10287/1
authorDavid Garcia <david.garcia@canonical.com>
Wed, 10 Feb 2021 16:43:15 +0000 (17:43 +0100)
committerDavid Garcia <david.garcia@canonical.com>
Wed, 10 Feb 2021 16:43:33 +0000 (17:43 +0100)
Change-Id: Ifa3b66d489adfd2522814d07a99886b35492dc67
Signed-off-by: David Garcia <david.garcia@canonical.com>
installers/charmed_install.sh
installers/full_install_osm.sh

index 3e7800e..77afdb4 100755 (executable)
@@ -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
index 3c0f4a7..a037854 100755 (executable)
@@ -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=""