fix(nextcloud): fix HPB service polling url (#3102)

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-08 16:56:48 +02:00
committed by GitHub
parent 5867f31321
commit 66aa9eb661
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 15.2.0
version: 15.2.1
annotations:
truecharts.org/catagories: |
- cloud
+1 -1
View File
@@ -87,7 +87,7 @@ command:
{{- $accessurl = ( printf "https://%s" .host ) }}
{{- end }}
{{- end }}
until $(curl --output /dev/null --silent --head --fail -H "Host: test.fakedomain.dns" http://$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