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