Docsright arrowEdge Stackright arrowUpgrade Ambassador Edge Stack 2.4.X to Ambassador Edge Stack 2.5.1 (Helm)

3 min • read

Upgrade Ambassador Edge Stack 2.4.X to Ambassador Edge Stack 2.5.1 (Helm)

Since Ambassador Edge Stack's configuration is entirely stored in Kubernetes resources, upgrading between minor versions is straightforward.

Migration is a two-step process:

  1. Install new CRDs.

    Before installing Ambassador Edge Stack 2.5.1 itself, you need to update the CRDs in your cluster; Helm will not do this for you. This is mandatory during any upgrade of Ambassador Edge Stack.

  2. Install Ambassador Edge Stack 2.5.1.

    After installing the new CRDs, use Helm to install Ambassador Edge Stack 2.5.1. Start by making sure that your datawire Helm repo is set correctly:

    Then, update your Ambassador Edge Stack installation in the ambassador namespace. If necessary for your installation (e.g. if you were running with AMBASSADOR_SINGLE_NAMESPACE set), you can choose a different namespace.