You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrades are coming soon so I need to install a specific version of AES: 2.1.1, then upgrade to the latest from there.
No matter what is done, this seems to be the result:
% helm list --namespace ambassador
NAME NAMESPACE UPDATED STATUS CHART APP VERSION
aes-test ambassador 2022-07-06 14:35 deployed edge-stack-8.0.0 3.0.0
Used the CRDs for that version: https://app.getambassador.io/yaml/edge-stack/2.1.1/aes-crds.yaml
Since this is not latest version of aes, it appears I need to install from the official Helm repo so I can specify a version. I've selected Helm chartv7.2.1, which should deploy APPLICATION VERSION 2.1.1.
When that didn't work, I downloaded/pointed to a values file that specifies:
Some context around the artifacthub link might help: the link we generate for the new chart version of every release includes the main helm chart readme as it was at the time that the release went out, so if you perhaps ran the below straight from that page:
it would install the latest version (3.0) because the version isn't specified in those commands. (The readme does not get updated with every chart version - it just shows how the install command works.) That page may be a bit confusing, but there is an Install button which, if you click, will generate the correct helm command: helm install my-edge-stack datawire/edge-stack --version 7.2.1
Note that editing the image tag alone isn't recommended as other potential yaml/chart changes won't be incorporated and may lead to incompatibilities.
In our testing, helm list --namespace ambassador returns the correct version.
CHART APP VERSION
edge-stack-7.2.1 2.1.1
In trying different install approaches, might you perhaps have both versions installed such that you're getting that v3.0 / Helm 8.0.0 output when running that helm command?
Upgrades are coming soon so I need to install a specific version of AES:
2.1.1
, then upgrade to the latest from there.No matter what is done, this seems to be the result:
Used the CRDs for that version:
https://app.getambassador.io/yaml/edge-stack/2.1.1/aes-crds.yaml
Since this is not latest version of
aes
, it appears I need to install from the official Helm repo so I can specify a version. I've selected Helm chartv7.2.1
, which should deployAPPLICATION VERSION 2.1.1
.When that didn't work, I downloaded/pointed to a values file that specifies:
After spending way too much time on this, I finally exec'd into the shell for one of the deployed containers:
It was installing the correct version all along.
Please fix this :-)
The text was updated successfully, but these errors were encountered: