diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-04-24 09:22:14 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-04-24 09:22:14 -0700 |
commit | c76dadc92ea1a0f736e5a0f3f7090ec65589764c (patch) | |
tree | 5259309d5d1f38fcf9464e756900de0c0e02bde0 /deployment/heat/onap-rke/parts/onap-oom-1.yaml | |
parent | aee7302af295413f3cf34834dcd9c74f6aa2a1a3 (diff) |
Bump helm/kubectl versions to match OOM
Bump helm to 2.12.5 and kubectl to 1.13.5.
Change-Id: I5f6fe2b814dc55bf42e6807c2e6f17ae6319f064
Issue-ID: OOM-1598
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-rke/parts/onap-oom-1.yaml')
-rw-r--r-- | deployment/heat/onap-rke/parts/onap-oom-1.yaml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/deployment/heat/onap-rke/parts/onap-oom-1.yaml b/deployment/heat/onap-rke/parts/onap-oom-1.yaml index 465485967..886e1be6a 100644 --- a/deployment/heat/onap-rke/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-rke/parts/onap-oom-1.yaml @@ -68,21 +68,13 @@ parameters: type: string default: "18.09.5" - rancher_version: - type: string - default: "1.6.26" - - rancher_agent_version: - type: string - default: "1.2.11" - kubectl_version: type: string - default: "1.13.4" + default: "1.13.5" helm_version: type: string - default: "2.9.1" + default: "2.12.5" helm_deploy_delay: type: string |