Skip to main content

Upgrade the Traefik Hub Agent

This document explains how to upgrade an existing Traefik Hub agent installation.


Upgrading to a new version of the Traefik Hub agent consists of two steps:

  1. Upgrading the CRDs
  2. Upgrading the Helm charts

Upgrade the CRDs

First, use kubectl to upgrade the CRDs:

CLI
kubectl apply --server-side --force-conflicts \
-k https://github.com/traefik/traefik-hub-helm-chart/traefik-hub/crds/

Upgrade the Helm Charts

Second, refresh the Helm chart to get the newest version, and then upgrade:

CLI
helm repo update
helm upgrade traefik-hub traefik/traefik-hub