Staging deployment constantly breaks
The staging deployment using the nomad image tag develop
. The actual image changes all the time (i.e. when we merge something). When a pod in the deployment restarts it might use a newer version of the image. Multiple pods using different images (with differently names .js and .css files) breaks the UI. An index.html loaded from one, will attempt to load the wrong .js/.css from the other.