Skip to content

Patch upgrade procedure#

Patch upgrades within the same minor release require no values file changes. Run helm upgrade with the new patch version and your existing values file.

helm upgrade <RELEASE-NAME> \
  oci://registry.mirantis.com/harbor/helm/msr \
  --version <NEW-PATCH-VERSION> \
  --namespace <NAMESPACE> \
  --values <PATH-TO/msr-values.yaml>

Verify the upgrade after all pods are running:

kubectl get pods -n <NAMESPACE>
helm list -n <NAMESPACE>