From 706c8bc1bd9d8d76d8ba3f1101743fa835b9bd17 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 27 Oct 2023 09:28:21 +0200 Subject: [PATCH] fix update-helm script Signed-off-by: Simon L --- nextcloud-aio-helm-chart/update-helm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index 86579ff5..32eb4444 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -29,6 +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 "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