From fa5133f4fb9bca60795e72a793dbbdc1c3ed7bc9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 May 2026 08:44:38 +0200 Subject: [PATCH] chore(package): update cr.simoncor.net/dockerhub/rcourtman/pulse docker tag to v5 (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | cr.simoncor.net/dockerhub/rcourtman/pulse | major | `4.36.2` → `5.1.31` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.simoncor.net/ansible/pulse/pulls/2 --- tasks/pulse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pulse.yaml b/tasks/pulse.yaml index d83600e..98c442c 100644 --- a/tasks/pulse.yaml +++ b/tasks/pulse.yaml @@ -34,7 +34,7 @@ # pulse name: "pulse" - image: "cr.simoncor.net/dockerhub/rcourtman/pulse:4.36.2" + image: "cr.simoncor.net/dockerhub/rcourtman/pulse:5.1.31" image_name_mismatch: "recreate" network_mode: "host" restart_policy: "unless-stopped"