Open
Description
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 chart v7.2.1
, which should deploy APPLICATION VERSION 2.1.1
.
When that didn't work, I downloaded/pointed to a values file that specifies:
image:
repository: docker.io/datawire/aes
tag: 2.1.1
pullPolicy: IfNotPresent
After spending way too much time on this, I finally exec'd into the shell for one of the deployed containers:
$ ambassador --version
Ambassador 2.1.1
Ambassador Scout version 2.1.1
Ambassador Scout semver 2.1.1
It was installing the correct version all along.
Please fix this :-)
Metadata
Metadata
Assignees
Labels
No labels
Activity