diff options
author | 2020-11-27 11:29:05 +0100 | |
---|---|---|
committer | 2020-12-16 16:57:20 +0100 | |
commit | 2418a1d5854182a786f97075f8600ff0786e0e92 (patch) | |
tree | b42b11ab9cdcfee77cd0c1d8c5fe997afd861435 /blueprints/k8s-tcagen2.yaml | |
parent | d4479b2a50a6da28e54d65a298160e6740fd209b (diff) |
Update blueprints to use k8splugin in version range >=3.4.3,<4.0.02.2.3
Issue-ID: DCAEGEN2-2508
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: Ic915d283367df6e675e083be0348f4751f47b5a2
Diffstat (limited to 'blueprints/k8s-tcagen2.yaml')
-rw-r--r-- | blueprints/k8s-tcagen2.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/k8s-tcagen2.yaml b/blueprints/k8s-tcagen2.yaml index 5a7b2db..3fe4c93 100644 --- a/blueprints/k8s-tcagen2.yaml +++ b/blueprints/k8s-tcagen2.yaml @@ -18,7 +18,7 @@ tosca_definitions_version: cloudify_dsl_1_3 imports: - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - - plugin:k8splugin?version=3.4.3 + - plugin:k8splugin?version=>=3.4.3,<4.0.0 inputs: service_component_type: type: string |