diff options
-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 |