Kubernetes
Method 1: Upgrade via Helm
helm repo updatehelm upgrade -n portainer portainer portainer/portainer --set enterpriseEdition.enabled=trueMethod 2: Upgrade via YAML Manifests
kubectl apply -n portainer -f https://downloads.portainer.io/ee-lts/portainer.yamlkubectl apply -n portainer -f https://downloads.portainer.io/ee-lts/portainer-lb.yamlLogging back in

Last updated
Was this helpful?