aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-rke/scripts
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-08-29 13:25:50 -0400
committerMarco Platania <platania@research.att.com>2019-08-29 13:25:50 -0400
commit190a2f42b5c0af56b8c8da7e05a90ad3999598d3 (patch)
tree7df00ce150d1afa8e0acc59674553625de72756e /deployment/heat/onap-rke/scripts
parent48d1ab0ce03a5554e7354ef77319ca17d26821f5 (diff)
Bump infra components version up
Issue-ID: INT-1231 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I3b883ed67e7c34ddf6d92f7069c859a4496ae31f
Diffstat (limited to 'deployment/heat/onap-rke/scripts')
-rwxr-xr-xdeployment/heat/onap-rke/scripts/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/heat/onap-rke/scripts/deploy.sh b/deployment/heat/onap-rke/scripts/deploy.sh
index 456be2b67..5bb2f0a7c 100755
--- a/deployment/heat/onap-rke/scripts/deploy.sh
+++ b/deployment/heat/onap-rke/scripts/deploy.sh
@@ -252,7 +252,7 @@ ssh_agent_auth: false
authorization:
mode: rbac
ignore_docker_version: false
-kubernetes_version: "v1.13.5-rancher1-2"
+kubernetes_version: "v1.15.3-rancher1-1"
private_registries:
- url: $DOCKER_PROXY
is_default: true
@@ -267,7 +267,7 @@ mkdir -p ./target
cp ./cluster.yml~ ./target/cluster.yml
pushd ./target
-wget https://github.com/rancher/rke/releases/download/v0.2.1/rke_linux-amd64
+wget https://github.com/rancher/rke/releases/download/v0.2.8/rke_linux-amd64
mv rke_linux-amd64 rke
chmod +x rke