-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨Clusters-keeper: add CLUSTERS_KEEPER_COMPUTATIONAL_BACKEND_DOCKER_IMAGE_TAG ENV #5066
✨Clusters-keeper: add CLUSTERS_KEEPER_COMPUTATIONAL_BACKEND_DOCKER_IMAGE_TAG ENV #5066
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Don't forget to update ops-config
🚀
services/clusters-keeper/src/simcore_service_clusters_keeper/core/settings.py
Show resolved
Hide resolved
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5066 +/- ##
=========================================
- Coverage 87.2% 82.0% -5.3%
=========================================
Files 1237 647 -590
Lines 51409 25497 -25912
Branches 1115 618 -497
=========================================
- Hits 44842 20909 -23933
+ Misses 6328 4456 -1872
+ Partials 239 132 -107
Flags with carried forward coverage won't be shown. Click here to find out more.
|
bf2662a
to
52dfc05
Compare
Code Climate has analyzed commit d624135 and detected 0 issues on this pull request. View more on Code Climate. |
d624135
to
7153464
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
This PR introduces the CLUSTERS_KEEPER_COMPUTATIONAL_BACKEND_DOCKER_IMAGE_TAG environment variable that allows to set the image tag of the deployed dask-sidecar in the external clusters.
Related issue/s
How to test
Dev Checklist
DevOps Checklist