diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-04-24 10:33:38 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-04-24 10:33:38 -0700 |
commit | ceff347576a05661fcc9bec99327a4fb1a55b1f6 (patch) | |
tree | b0842ee1a74ee5a51f4677e40c8fbc3cf77cd4c0 /deployment/heat/onap-rke/onap-oom.yaml | |
parent | a9b8635c9fe4aa71f6ed3d79827790e5b9932137 (diff) |
Fix helm version to 2.12.3
helm 2.12.5 doesn't exist yet. Fix to use helm 2.12.3.
Change-Id: I620b72a67bb0c130a371134d7eb49bbae72a5c8a
Issue-ID: OOM-1598
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-rke/onap-oom.yaml')
-rw-r--r-- | deployment/heat/onap-rke/onap-oom.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-rke/onap-oom.yaml b/deployment/heat/onap-rke/onap-oom.yaml index cb120d8eb..763d14c1a 100644 --- a/deployment/heat/onap-rke/onap-oom.yaml +++ b/deployment/heat/onap-rke/onap-oom.yaml @@ -77,7 +77,7 @@ parameters: helm_version: type: string - default: "2.12.5" + default: "2.12.3" helm_deploy_delay: type: string |