From 244ee6a15fbbf4a30a3e07b9397897c2dc14b505 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Fri, 2 Dec 2022 23:34:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20qbittorrent-upgrade-p2pblocklist?= =?UTF-8?q?=20hook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qbittorrent/upgrade-p2pblocklist/helm-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/cluster-0/apps/downloaders/qbittorrent/upgrade-p2pblocklist/helm-release.yaml b/kubernetes/cluster-0/apps/downloaders/qbittorrent/upgrade-p2pblocklist/helm-release.yaml index a3bef3a26..933d5d614 100644 --- a/kubernetes/cluster-0/apps/downloaders/qbittorrent/upgrade-p2pblocklist/helm-release.yaml +++ b/kubernetes/cluster-0/apps/downloaders/qbittorrent/upgrade-p2pblocklist/helm-release.yaml @@ -65,4 +65,5 @@ spec: echo "qbittorrent deployment not found" exit 1 fi + curl -fsS -m 10 --retry 5 -o /dev/null https://uptime-kuma.k3s.xpander.ovh/api/push/6RUDha9bDp?status=up&msg=OK&ping= restartPolicy: Never