From f1fa8dfd1b71cb687fdb0b3ca6b0350d37de8e1b Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Mon, 21 Sep 2020 12:00:52 -0400 Subject: Update blueprints to use k8splugin 3.4.2 k8splugin 3.4.2 correctly labels the k8s deployments it creates so that the DCAE healthcheck can find them and check their health Also move tca (gen1) blueprints to reference_templates since they are no longer used Issue-ID: DCAEGEN2-2433 Signed-off-by: Jack Lucas Change-Id: Ib20889feade01deb414627a6da0c663af4a7d6cf --- blueprints/k8s-prh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blueprints/k8s-prh.yaml') diff --git a/blueprints/k8s-prh.yaml b/blueprints/k8s-prh.yaml index f625912..22ea068 100644 --- a/blueprints/k8s-prh.yaml +++ b/blueprints/k8s-prh.yaml @@ -22,7 +22,7 @@ tosca_definitions_version: cloudify_dsl_1_3 imports: - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - - plugin:k8splugin?version=3.3.0 + - plugin:k8splugin?version=3.4.2 inputs: pnfUrl: type: string -- cgit 1.2.3-korg