Skip to content

Upgrading the Traefik Hub Agent

This document demonstrates how to upgrade an existing Traefik Hub Agent installation in different environments.


Update Helm charts

Refresh the Helm chart to get the newest version, and then re-run the installation command:

helm repo update
helm upgrade traefik traefik/traefik \
  --reuse-values --namespace traefik
helm repo update
helm upgrade ingress-nginx ingress-nginx/ingress-nginx \
  --reuse-values --namespace ingress-nginx