From f0227d9694dd963548bee3c9dbc63f69d185d184 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 22 Jan 2024 16:47:38 +0100 Subject: [PATCH] Revert "chore(relase): version updater" This reverts commit b03b790cd2cc67bbe9b775e271c7847c80aa12a8. --- scripts/docker-compose/Caddyfile | 1 - scripts/helmcharts/init.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/docker-compose/Caddyfile b/scripts/docker-compose/Caddyfile index 26cd87d11..7251a3f5e 100644 --- a/scripts/docker-compose/Caddyfile +++ b/scripts/docker-compose/Caddyfile @@ -1,4 +1,3 @@ {$CADDY_DOMAIN} { - tls internal reverse_proxy nginx-openreplay:80 } diff --git a/scripts/helmcharts/init.sh b/scripts/helmcharts/init.sh index 527d84ed0..c577584df 100644 --- a/scripts/helmcharts/init.sh +++ b/scripts/helmcharts/init.sh @@ -99,8 +99,8 @@ randomPass() { ## Prepping the infra # Mac os doesn't have gnu sed, which will cause compatibility issues. -# This wrapper will help to check the sed, and use the correct version="v1.17.0" -# Ref: https://stackoverflow.com/questions/37639496/how-can-i-check-the-version="v1.17.0" +# This wrapper will help to check the sed, and use the correct version="v1.16.0" +# Ref: https://stackoverflow.com/questions/37639496/how-can-i-check-the-version="v1.16.0" function is_gnu_sed() { sed --version >/dev/null 2>&1 }