aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-helm.yaml-template
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2020-01-10 13:24:50 -0500
committerJack Lucas <jflucas@research.att.com>2020-01-10 13:24:50 -0500
commitb3eebb82c2758a63e8c8764ffe523a566d10a0ca (patch)
tree4e1d7a3b7aded58c30444967741a9145da9a09aa /blueprints/k8s-helm.yaml-template
parent7fe9dcf71957857caabf3a55bd8ba789fc9f8b07 (diff)
Fix import file versions
Issue-ID: DCAEGEN2-2018 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Ia9dd43974bf8a3e1c34cda1bb130798ea9ace353
Diffstat (limited to 'blueprints/k8s-helm.yaml-template')
-rw-r--r--blueprints/k8s-helm.yaml-template6
1 files changed, 3 insertions, 3 deletions
diff --git a/blueprints/k8s-helm.yaml-template b/blueprints/k8s-helm.yaml-template
index d2562e0..958f0e6 100644
--- a/blueprints/k8s-helm.yaml-template
+++ b/blueprints/k8s-helm.yaml-template
@@ -17,7 +17,7 @@
tosca_definitions_version: cloudify_dsl_1_3
imports:
- - http://www.getcloudify.org/spec/cloudify/4.3.1/types.yaml
+ - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml
- "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/helm/4.0.0/helm-type.yaml"
inputs:
@@ -26,11 +26,11 @@ inputs:
tiller-server-port:
description: Nodeport of tiller server
namespace:
- description: Target namespace to be installed under (requires to be new)
+ description: Target namespace to be installed under (requires to be new)
chart-repo-url:
default: https://nexus.onap.org/content/sites/oom-helm-staging
chart-version :
- description: Chart version for identified component-name
+ description: Chart version for identified component-name
stable-repo-url:
description: URL for stable repository
type: string