diff options
Diffstat (limited to 'blueprints/k8s-heartbeat.yaml')
-rw-r--r-- | blueprints/k8s-heartbeat.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/k8s-heartbeat.yaml b/blueprints/k8s-heartbeat.yaml index af0f1ef..f1afd82 100644 --- a/blueprints/k8s-heartbeat.yaml +++ b/blueprints/k8s-heartbeat.yaml @@ -20,7 +20,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 - plugin:pgaas?version=1.3.0 |