You can release a new version by creating a tag in all the assisted-installer repositories.
- Update the assited-installer.yaml with the relevant git hash.
- Build the docker image, locally
make local-update
- Execute the release image
docker run -v $(pwd)/assisted-installer.yaml:/assisted-installer.yaml -v $HOME/.netrc:/root/.netrc -it assisted-installer-deployment:local -t <tag>