Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 855 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 855 Bytes

Release KAN Portal Helm chart to Azure Container Registry

(last edit: 4/24/2023)

Follow these steps to package and push KAN Portal Helm chart:

1. Update versions

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.

2. Run build script

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.