From 93ce7ddc23190ae46a6fd9f84eed74aacca60266 Mon Sep 17 00:00:00 2001 From: Aaron Collins Date: Mon, 30 Sep 2024 16:54:31 +0100 Subject: [PATCH] Update version in env.sh Signed-off-by: Aaron Collins --- scripts/env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/env.sh b/scripts/env.sh index e5c69a18..1fa2e8a0 100644 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -2,8 +2,8 @@ export PORTIERIS_PULL_APIKEY= export PORTIERIS_TESTIMAGE_APIKEY= # charts to test -export VERSION=v0.13.18 -# image tag to test e.g. prep-v0.13.18 +export VERSION=v0.13.19 +# image tag to test e.g. prep-v0.13.19 export TAG= # name of the secret used to pull portieris made from $REG and $PORTIERIS_PULL_APIKEY