diff options
author | kjaniak <kornel.janiak@nokia.com> | 2019-09-05 14:57:11 +0200 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2019-09-05 14:58:44 +0200 |
commit | b41f9dceb7e789c9afa2a33434b2cd91b617f735 (patch) | |
tree | cf600f0f7eae7320fc685fcff6b12da93d12f8c8 | |
parent | 08d2b126c9cb413b6664dc76f338259b02c39f31 (diff) |
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 <kornel.janiak@nokia.com>
-rw-r--r-- | blueprints/k8s-hv-ves.yaml-template | 2 | ||||
-rw-r--r-- | 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 |