[DCAE] INFO.yaml update
[dcaegen2/platform/blueprints.git] / blueprints / k8s-hv-ves.yaml
index d6f753a..1b12816 100644 (file)
@@ -3,7 +3,7 @@
 # ============LICENSE_START========================================================
 # =================================================================================
 # Copyright (C) 2018-2019 NOKIA
-# Modifications copyright (c) 2020 AT&T Intellectual Property.  All Rights Reserved
+# Modifications Copyright (c) 2020-2021 AT&T Intellectual Property.  All Rights Reserved
 # =================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -22,12 +22,12 @@ tosca_definitions_version: cloudify_dsl_1_3
 
 imports:
   - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml
-  - plugin:k8splugin?version=3.4.1
+  - plugin:k8splugin?version=>=3.4.3,<4.0.0
 
 inputs:
   tag_version:
     type: string
-    default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.0'
+    default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.9.1'
   service_component_type:
     type: string
     default: 'dcae-hv-ves-collector'
@@ -103,9 +103,9 @@ inputs:
   external_cert_sans:
     type: string
     description: "List of Subject Alternative Names (SANs) which should be present
-      in certificate. Delimiter - : Should contain common_name value and other FQDNs
+      in certificate. Delimiter - , Should contain common_name value and other FQDNs
       under which given component is accessible."
-    default: "dcae-hv-ves-collector:hv-ves-collector:hv-ves"
+    default: "dcae-hv-ves-collector,hv-ves-collector,hv-ves"
   external_cert_use_external_tls:
     type: boolean
     description: Flag to indicate external tls enable/disable.