From b41f9dceb7e789c9afa2a33434b2cd91b617f735 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Thu, 5 Sep 2019 14:57:11 +0200 Subject: Top up k8s plugin version Topping upe plugin versions for hv-ves and prh Change-Id: I2939855457acfcd362effa25c5a824c1266ee889 Issue-ID: DCAEGEN2-1751 Signed-off-by: kjaniak --- blueprints/k8s-hv-ves.yaml-template | 2 +- blueprints/k8s-prh.yaml-template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template index da4c688..12e2697 100644 --- a/blueprints/k8s-hv-ves.yaml-template +++ b/blueprints/k8s-hv-ves.yaml-template @@ -21,7 +21,7 @@ tosca_definitions_version: cloudify_dsl_1_3 imports: - 'http://www.getcloudify.org/spec/cloudify/3.4/types.yaml' - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml + - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.6.0/k8splugin_types.yaml inputs: tag_version: diff --git a/blueprints/k8s-prh.yaml-template b/blueprints/k8s-prh.yaml-template index 90afbc7..142f162 100644 --- a/blueprints/k8s-prh.yaml-template +++ b/blueprints/k8s-prh.yaml-template @@ -21,7 +21,7 @@ tosca_definitions_version: cloudify_dsl_1_3 imports: - "http://www.getcloudify.org/spec/cloudify/3.4/types.yaml" - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml + - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.6.0/k8splugin_types.yaml inputs: pnfUrl: @@ -145,4 +145,4 @@ node_templates: tls_info: cert_directory: '/opt/app/prh/etc/cert/' use_tls: true - type: dcae.nodes.ContainerizedPlatformComponent \ No newline at end of file + type: dcae.nodes.ContainerizedPlatformComponent -- cgit 1.2.3-korg