fix(nextcloud): update image oci.trueforge.org/containerforge/nextcloud-notify-push 1.3.0 → 1.3.1 (#46142)
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 <details> <summary>nextcloud/notify_push (oci.trueforge.org/containerforge/nextcloud-notify-push)</summary> ### [`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**: <https://github.com/nextcloud/notify_push/compare/v1.3.0...v1.3.1> </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbmV4dGNsb3VkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user