skip to content
Alvin Lucillo

Upgrade the helm chart of release

/ 1 min read

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