Compare commits
2 Commits
7bf94e9d62
...
d7090f4fef
| Author | SHA1 | Date | |
|---|---|---|---|
|
d7090f4fef
|
|||
| a5004835ad |
@@ -24,4 +24,4 @@ dependencies:
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 0.5.0
|
||||
digest: sha256:acc2ca18acea2ad344c2c20a45e8fe5a5df9025aac4583f04b1bf9283bfe77bc
|
||||
generated: "2025-12-17T22:25:33.451978823Z"
|
||||
generated: "2025-12-17T22:28:00.560275036Z"
|
||||
|
||||
@@ -12,4 +12,4 @@ dependencies:
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 0.5.0
|
||||
digest: sha256:2880343c35353a7216758f31810c7d7a840bc6f91fa17495dd6b34bc73ccf8d7
|
||||
generated: "2025-12-17T22:25:52.125266092Z"
|
||||
generated: "2025-12-17T22:28:13.720465682Z"
|
||||
|
||||
@@ -32,7 +32,7 @@ data:
|
||||
HTTP_STATUS=$(curl -i -X GET --silent --write-out '%{http_code}' --output response_body_test.json -b cookie -c cookie "${API_ENDPOINT}/app/version");
|
||||
echo ">> HTTP Status Code: $HTTP_STATUS"
|
||||
|
||||
VERSION=$(tail -n 1 ./test/response_body_test.json)
|
||||
VERSION=$(tail -n 1 response_body_test.json)
|
||||
|
||||
if [ "$HTTP_STATUS" == "200" ]; then
|
||||
echo ">> Access confirmed, qBittorrent version: ${VERSION}"
|
||||
@@ -44,7 +44,7 @@ data:
|
||||
|
||||
PAYLOAD=$( jq -n \
|
||||
--arg random_port "true" \
|
||||
'{random_port: $random_port' );
|
||||
'{random_port: $random_port}' );
|
||||
|
||||
echo " ";
|
||||
echo ">> Setting port to random ...";
|
||||
@@ -64,7 +64,7 @@ data:
|
||||
|
||||
PAYLOAD=$( jq -n \
|
||||
--arg listen_port "${1}" \
|
||||
'{listen_port: $listen_port' );
|
||||
'{listen_port: $listen_port}' );
|
||||
|
||||
echo " ";
|
||||
echo ">> Updating port with ${1} ...";
|
||||
|
||||
Reference in New Issue
Block a user