- Make sure your local chart index is up to date:
helm repo update - Search the repo for the specific version:
helm repo search nginx --version(nginx is the chart) - List the current version your release is using:
helm ls - Upgrade:
helm upgrade releasename1 bitnami/nginx --version=123