From 16edb2a967a314f7f0becc1d7c9c7cb8db7c4551 Mon Sep 17 00:00:00 2001 From: Molly Miller Date: Wed, 20 Apr 2022 10:56:26 +0200 Subject: [PATCH] Fix typo in version numbers. 4.9.37 isn't a published Helm chart version at the time of writing, but 4.9.36 is. --- offline/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/offline/ci.sh b/offline/ci.sh index 382dc41f0..d3b79d3de 100755 --- a/offline/ci.sh +++ b/offline/ci.sh @@ -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