diff options
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 |