Repository cloned from Renovate Helm Charts
Test the latest versions of Kubernetes. The general concept is that we track the versions of Kubernetes that are supported by the major cloud providers.
helm repo add swibrow https://swibrow.github.io/helm-charts
helm repo update
helm install --generate-name repo/chart
When using this repo locally or contributing to this repo, you will need to build the dependencies used for each helm chart. You can run the following commands to do so:
cd charts/<chart>
helm dependency build