From f984fc5c3734f3af4a4c82e73ea502980c516fdb Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 8 Jul 2022 17:21:31 +0200 Subject: [PATCH] fix(nextcloud) fix another typo --- charts/stable/nextcloud/Chart.yaml | 2 +- charts/stable/nextcloud/templates/_hpb.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 0d6f25d9e6f..a7388d07454 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -37,7 +37,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 15.2.1 +version: 15.2.2 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/nextcloud/templates/_hpb.tpl b/charts/stable/nextcloud/templates/_hpb.tpl index b2837cbcc77..617bab9d8ab 100644 --- a/charts/stable/nextcloud/templates/_hpb.tpl +++ b/charts/stable/nextcloud/templates/_hpb.tpl @@ -87,7 +87,7 @@ command: {{- $accessurl = ( printf "https://%s" .host ) }} {{- end }} {{- end }} - until $(curl --output /dev/null --silent --head --fail $accessurl/push/test/cookie); do + until $(curl --output /dev/null --silent --head --fail {{ $accessurl }}/push/test/cookie); do echo "High Performance Backend service not accessable ... waiting..." sleep 10 done