Skip to content

Please sync the Ambassador Edge Stack version with the Helm CHART/APP VERSION #68

Open
@tthomaspax8

Description

@tthomaspax8

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 :-)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions