This chart installs Traefik Enterprise on a Kubernetes cluster.
You can check your Helm version by running helm version.
Please check the detailed installation page in the Traefik Enterprise documentation.
Before you upgrade, make sure to check the changelog and the release notes.
New major version indicates that there is an incompatible breaking change.
With Helm v3, CRDs created by this chart can not be updated, please consult the Helm documentation about CRDs for more information.
Please read carefully release notes of this chart before upgrading CRDs!
kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefikee-helm-chart/traefikee/crds/Update the Helm chart repository:
helm repo updateValidate the current versions of the chart and Traefik Enterprise:
helm search repo traefik/traefikeeUpgrade Traefik Enterprise:
helm upgrade traefikee traefik/traefikeehelm uninstall traefikeeIf Traefik Enterprise was installed in a specific namespace (for example traefikee)
helm uninstall traefikee --namespace traefikeeFor complete uninstall, secrets and pvc created by Traefik Enterprise should be also cleaned:
k delete pvc data-$CLUSTERNAME-controller-0
k delete pvc plugin-data-$CLUSTERNAME-controller-0
k delete secret $CLUSTERNAME-registry-token
k delete secret $CLUSTERNAME-tokensDistributed under the Apache v2 License. See LICENSE for more information.