Skip to content

Commit

Permalink
Fix typo in version numbers.
Browse files Browse the repository at this point in the history
4.9.37 isn't a published Helm chart version at the time of writing, but 4.9.36
is.
  • Loading branch information
sysvinit committed May 6, 2022
1 parent cd4805e commit 16edb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions offline/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ helm repo add wire-develop https://s3-eu-west-1.amazonaws.com/public.wire.com/ch
helm repo update

# wire_version=$(helm show chart wire/wire-server | yq -r .version)
wire_version="4.9.37"
wire_version="4.9.36"

wire_calling_version="4.9.37"
wire_calling_version="4.9.36"

# Download zauth; as it's needed to generate certificates
echo "quay.io/wire/zauth:$wire_version" | create-container-dump containers-adminhost
Expand Down

0 comments on commit 16edb2a

Please sign in to comment.