From db699c631c495529483eab64c02ba820b41f0863 Mon Sep 17 00:00:00 2001 From: Manoop Talasila Date: Tue, 16 Oct 2018 13:49:26 -0400 Subject: Fixed CDR_IMAGE_VERSION in portal script Wrong Cassandra-Music image version in portal_vm_init.sh Issue-ID: PORTAL-437 Change-Id: I730110c11fec29a1d041a78d91dc3883cb888742 Signed-off-by: Manoop Talasila --- boot/portal_vm_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/portal_vm_init.sh b/boot/portal_vm_init.sh index 17640058..f7c506d6 100755 --- a/boot/portal_vm_init.sh +++ b/boot/portal_vm_init.sh @@ -13,7 +13,7 @@ DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt) # Use "latest" to deploy snapshot images: # DOCKER_IMAGE_VERSION=latest CLI_DOCKER_VERSION=$(cat /opt/config/cli_docker_version.txt) -CDR_IMAGE_VERSION=latest +CDR_IMAGE_VERSION=3.0.0 ZK_IMAGE_VERSION=3.4 # Refresh configuration and scripts -- cgit 1.2.3-korg