From 2e9f48bb11bb24a01ed34991980986335191ed2a Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 27 Oct 2023 10:39:01 +0200 Subject: [PATCH] fix detail 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 32eb4444..8d19fa16 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -29,7 +29,7 @@ source /tmp/sample.conf rm /tmp/sample.conf sed -i "s|:latest$|:$DOCKER_TAG-latest|" latest.yml sed -i "s|\${APACHE_IP_BINDING}:||" latest.yml -sed -i '/APACHE_IP_BINDING/d' /tmp/latest.yml +sed -i '/APACHE_IP_BINDING/d' latest.yml sed -i "s|\${APACHE_PORT}:\${APACHE_PORT}/|$APACHE_PORT:$APACHE_PORT/|" latest.yml sed -i "s|\${TALK_PORT}:\${TALK_PORT}/|$TALK_PORT:$TALK_PORT/|g" latest.yml sed -i "s|- \${APACHE_PORT}|- $APACHE_PORT|" latest.yml