skip to content
Alvin Lucillo

Upgrading helm release

/ 1 min read

💻 Tech

To upgrade an existing helm release with a new chart version and replica count (a property in the helm chart): helm upgrade lvm-crystal-apd lvm-crystal-apd/nginx -n crystal-apd-ns --version=13.2.12 --set replicaCount=2

The version corresponds to the version of the chart, and replicaCount implies the number of pods, but that property is defined in the values file.