Helm Chart Install of nginx
Helm Chart Install of nginx
- Install the chart
helm install nginx-test oci://registry-1.docker.io/bitnamicharts/nginx - Check the
helmcharts:
helm list
- Update to the latest repositories:
helm repo update
- Search a repo:
helm search repo
- Upgrade like this:
helm upgrade nginx-test kk-mock1/nginx --vesrion 18.1.5