diff options
author | Sudhakar Reddy <Sudhakar.Reddy@amdocs.com> | 2018-09-18 18:10:35 +0530 |
---|---|---|
committer | Sudhakar Reddy <Sudhakar.Reddy@amdocs.com> | 2018-09-18 18:12:45 +0530 |
commit | 78a6312918dbed44c3b0e4a22dd9637282294843 (patch) | |
tree | 25d25406157cccee524d9c919c98087e2a775e2d /deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh | |
parent | 389aa905437fcbdff9d77deff1b7bdd40ffe58b9 (diff) |
Change URI to point to onap git
The gerrit link which was used before is not working as expected.
The downloaded file was with a different name which is difficult
to parse. So the URL is now changed to onap git reference.
Change-Id: I4c4cb289d40eb5340f502c027f4e900ca422e6ba
Issue-ID: INT-626
Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>
Diffstat (limited to 'deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh')
-rw-r--r-- | deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh b/deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh index 1c4373c4d..fc92c295e 100644 --- a/deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh +++ b/deployment/Azure_ARM_Template/scripts/azure-rancher-server.sh @@ -3,7 +3,7 @@ set -x DOCKER_VERSION=17.03 -RANCHER_VERSION=1.6.14 +RANCHER_VERSION=1.6.18 KUBECTL_VERSION=1.8.10 HELM_VERSION=2.9.1 |