From f1da5f9269d1746ff5e879088814368f373871f5 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 17 Jul 2024 17:21:54 +0200 Subject: [PATCH] Update update-helm.sh Signed-off-by: Simon L. --- nextcloud-aio-helm-chart/update-helm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index 545b00b8..c9213944 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -28,7 +28,7 @@ sed -i 's|^|export |' /tmp/sample.conf source /tmp/sample.conf rm /tmp/sample.conf sed -i '/OVERWRITEHOST/d' latest.yml -sed -i "s|:latest$|:$DOCKER_TAG-latest|" latest.yml +sed -i "s|:latest$|:$DOCKER_TAG|" latest.yml sed -i "s|\${APACHE_IP_BINDING}:||" latest.yml sed -i '/APACHE_IP_BINDING/d' latest.yml sed -i "s|\${APACHE_PORT}:\${APACHE_PORT}/|$APACHE_PORT:$APACHE_PORT/|" latest.yml