(last edit: 4/24/2023)
Follow these steps to package and push KAN Portal Helm chart:
Edit the Deploy/helm/kanportal/chart.yaml
file and the Deploy/helm/kanportal/values.yaml
file to update all the version numbers to desired values.
We provide a release.sh
script that packages KAN Portal Helm chart and pushes it to a container registry. To run the script:
bash release.sh <Azure Container Registry name> # for example: bash release.sh kanprod.azurecr.io
The script will create a Helm chart package named kanportal-<version>-amd64.tgz
and upload it to oci://<Azure Container Registry name>.azurecr.io/helm
. The version is read from the .../.../src/portal/modules/webmodules/version.txt
file.