Skip to content
Snippets Groups Projects
Commit 5c14a4e9 authored by Jan David Mol's avatar Jan David Mol
Browse files

Deploy tagged version instead of latest

parent 2bf029c3
No related branches found
No related tags found
No related merge requests found
...@@ -405,6 +405,6 @@ deploy_nomad: ...@@ -405,6 +405,6 @@ deploy_nomad:
levant deploy \ levant deploy \
-address="http://${STATION}c.control.lofar:4646" \ -address="http://${STATION}c.control.lofar:4646" \
-var-file=infra/env.yaml \ -var-file=infra/env.yaml \
-var image_tag="latest" \ -var image_tag="${CI_COMMIT_REF_SLUG}" \
-var station="${STATION}" \ -var station="${STATION}" \
infra/jobs/station/${COMPONENT}.levant.nomad infra/jobs/station/${COMPONENT}.levant.nomad
...@@ -139,6 +139,7 @@ Next change the version in the following places: ...@@ -139,6 +139,7 @@ Next change the version in the following places:
# Release Notes # Release Notes
* 0.24.6 Bugfix: deploy tagged version instead of latest
* 0.24.5 Bugfix: install 'tango' in Jupyter Lab again * 0.24.5 Bugfix: install 'tango' in Jupyter Lab again
* 0.24.4 Apply calibration values in reverse order if subband frequencies are decreasing * 0.24.4 Apply calibration values in reverse order if subband frequencies are decreasing
* 0.24.3 Tune python logging format and parsing * 0.24.3 Tune python logging format and parsing
......
0.24.5 0.24.6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment