From c66d0b917ad30f3a44ec0dbad312566076ab61d3 Mon Sep 17 00:00:00 2001 From: Roger Roger Date: Sat, 25 Oct 2025 12:46:17 +0200 Subject: [PATCH 1/2] Fix typo in README.md for ipFamilyPolicy Signed-off-by: Roger Roger --- charts/nextcloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index b72b01af..a4dbb6d3 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -226,7 +226,7 @@ The following table lists the configurable parameters of the nextcloud chart and | `service.annotations` | Annotations for service type | `{}` | | `service.nodePort` | NodePort for service type NodePort | `nil` | | `service.ipFamilies` | Set ipFamilies as in k8s service objects | `nil` | -| `service.ipFamyPolicy` | define IP protocol bindings as in k8s service objects | `nil` | +| `service.ipFamilyPolicy` | define IP protocol bindings as in k8s service objects | `nil` | | `service.sessionAffinity` | Kubernetes service Session Affinity | `nil` | | `service.sessionAffinityConfig` | Kubernetes service Session Affinity configuration | `{}` | | `phpClientHttpsFix.enabled` | Sets OVERWRITEPROTOCOL for https ingress redirect | `false` | From 3a98b6554aba915e0e20996ffcde0f557a176c0b Mon Sep 17 00:00:00 2001 From: Roger Roger Date: Tue, 28 Oct 2025 10:49:00 +0100 Subject: [PATCH 2/2] Bump patch version so pipelien succeeds Signed-off-by: Roger Roger --- charts/nextcloud/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 738ce05d..81b664c0 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 8.5.1 +version: 8.5.2 # renovate: image=docker.io/library/nextcloud appVersion: 32.0.1 description: A file sharing server that puts the control and security of your own data back into your hands.