From 6bb41610cfdda119d938c7422f4a591e8ac4260e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 17 Mar 2026 19:54:06 +0100 Subject: [PATCH] =?UTF-8?q?fix(nextcloud):=20update=20image=20oci.trueforg?= =?UTF-8?q?e.org/containerforge/nextcloud-notify-push=201.3.0=20=E2=86=92?= =?UTF-8?q?=201.3.1=20(#46142)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/nextcloud-notify-push](https://ghcr.io/trueforge-org/nextcloud-notify-push) ([source](https://redirect.github.com/nextcloud/notify_push)) | patch | `d4328a0` → `4594dbf` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
nextcloud/notify_push (oci.trueforge.org/containerforge/nextcloud-notify-push) ### [`v1.3.1`](https://redirect.github.com/nextcloud/notify_push/releases/tag/v1.3.1): 1.3.1 [Compare Source](https://redirect.github.com/nextcloud/notify_push/compare/v1.3.0...v1.3.1) #### What's Changed - Listen to IPv6 and IPv4 by default - fix handling of ipv6 database addresses in config parsing - Gate test endpoints behind authentication - Release 1.3.1 by [@​icewind1991](https://redirect.github.com/icewind1991) in [#​689](https://redirect.github.com/nextcloud/notify_push/pull/689) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/nextcloud/Chart.yaml | 3 +-- charts/stable/nextcloud/values.yaml | 10 +++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 1ca224042d1..4c382df3f67 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -52,5 +52,4 @@ sources: - https://hub.docker.com/r/clamav/clamav - https://hub.docker.com/r/collabora/code type: application -version: 40.14.9 - +version: 40.14.10 diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index c24d3958283..1aea29f8b08 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -14,7 +14,7 @@ imaginaryImage: hpbImage: repository: oci.trueforge.org/containerforge/nextcloud-notify-push pullPolicy: IfNotPresent - tag: "1.3.0@sha256:d4328a078c79edec8865b90894d52334a474836e95c59f0fe6deaa284d0c2aa4" + tag: "1.3.1@sha256:4594dbf47a9af116e48a89ccfa7ca60c714c8d7321f16f17a7dcbb1c3f31168c" clamavImage: repository: docker.io/clamav/clamav pullPolicy: IfNotPresent @@ -214,16 +214,12 @@ workload: probes: readiness: enabled: true - path: /push/test/cookie + type: tcp port: 7867 - httpHeaders: - Host: kube.internal.healthcheck liveness: enabled: true - path: /push/test/cookie + type: tcp port: 7867 - httpHeaders: - Host: kube.internal.healthcheck startup: enabled: true type: tcp