orchestracities / charts

This project includes helm charts developed to deploy orchestra cities (thus covering as well some FIWARE services)
Apache License 2.0
11 stars 9 forks source link

Fix version incompatibility in Quantum Leap chart #64

Closed c0c0n3 closed 4 years ago

c0c0n3 commented 4 years ago

The path of the liveness and readiness probes is currently /health but that only works with Quantum Leap >= 0.7.6. (This is because of API backward-incompatible changes in release 0.7.6, see PR #275 in the Quantum Leap repo.) We should note that in the chart's README and change the default image to 0.7.6 from the current of 0.7.2 which as noted earlier won't work.