helm repo add intuitem https://intuitem.github.io/ca-helm-chart/
helm show values intuitem/ciso-assistant > my-values.yaml
kubectl create ns ciso-assistant
helm install polpo intuitem/ciso-assistant -f my-values.yaml -n ciso-assistant
helm uninstall polpo -n ciso-assistant
When upgrading, make sure to:
- Backup your persistent volumes
- Update any custom values
- Run: helm upgrade my-release . --set global.appVersion=vx.y.z