You have to install helm.
First you have to create a subfolder under helm-chart-source
. Folder name should be the same as the name of your service.
Then you have to package and push the new service to the repo:
helm package helm-chart-sources/<servicename>
helm repo index --url https://github.com/brreg/helm-chart/raw/main/ .
git add *
git commit -m '<commit message>'
git push
Example:
helm package helm-chart-sources/regnskapsregister-api
helm repo index --url https://github.com/brreg/helm-chart/raw/main/ .
git add *
git commit -m 'added helm template for regnskapsregister-api service'"'
git push