This repository contains all the Helm chart artifacts generated by the various Kube-OVN projects.
[!NOTE]
This repository doesn’t contain the code for the Helm charts, only the publishable artifacts. Use the list below to find the templates and values of each chart.
Currently, this repository contains the publishable artifacts for the following charts:
To deploy Helm charts from Kube-OVN projects, run the following command to add a new repository:
helm repo add kube-ovn https://[TO-CHANGE-WITH-KUBEOVNS-GITHUB-PAGES-URL]
Charts can now be installed like this:
helm install kube-ovn kube-ovn/kube-ovn
When one of Kube-OVN’s projects has been released with a new version, run the following procedure:
release.sh [PROJECT] [TAG]Example:
git checkout -b v1.15.0
./release kube-ovn v1.15.0
git add *
git commit -m "feat(kube-ovn: release version v1.15.0 of the chart"
git push origin v1.15.0