Creating a new release
Note, this does not currently work in the Windows Shell. Use either Linux, Mac, or Windows WSL.
Also note that the chart names should be updated when you use a different repo name.
The following steps and commands is to create a new release for the portal.
Create a new branch from
mainbranch.Run one of
make bump-major-release,make bump-minor-release, ormake bump-patch-releaseUpdate the
charts/ska-ost-senscalc-ui/values.yamlfile, the image.version should be updated.Make sure the following files have the new version:
charts/ska-ost-senscalc-ui/Chart.yamlpackage.json.release
Run
make git-create-tagRun
make git-push-tagYou will then be able to merge that branch back in, and the new release should be created.