helm upgrade my-web bitnami/nginx --set replicaCount=3

Category: Kubernetes & Containers

helm upgrade my-web bitnami/nginx --set replicaCount=3

Upgrade a release with overrides

Upgrades the my-web release to the latest chart while setting replicaCount to 3, overriding the default without editing a file. In Helm 3, upgrades create a new revision while the old one stays restorable. Roll back with helm rollback my-web 2.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.