Fix problem with helm build 36/113836/1
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Tue, 13 Oct 2020 12:36:31 +0000 (14:36 +0200)
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Tue, 13 Oct 2020 12:36:31 +0000 (14:36 +0200)
- Limit cloudify-common to <5.1.0 in helm

Issue-ID: DCAEGEN2-2484
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: Iec427872a9b077f9c217b5aec525a9805817bfe8

helm/requirements.txt

index 038951f..1432553 100644 (file)
@@ -13,5 +13,5 @@ pyyaml>=3.12
 # will need to wait for a python3-supporting release of cloudify.
 # When such a version is released, the single requirement should suffice.
 # The install_requires in setup.py may also be uncommented then.
-cloudify-common>=5.0.5; python_version<"3"
+cloudify-common>=5.0.5,<5.1.0; python_version<"3"
 cloudify-common @ git+https://github.com/cloudify-cosmo/cloudify-common@cy-1374-python3#egg=cloudify-common==5.0.5; python_version>="3"