Skip to content

Commit 2191712

Browse files
fix(docs): typo in README.md for ipFamilyPolicy #796
Signed-off-by: Roger Roger <[email protected]>
1 parent 8b83ab1 commit 2191712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 8.5.1
3+
version: 8.5.2
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 32.0.1
66
description: A file sharing server that puts the control and security of your own data back into your hands.

charts/nextcloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The following table lists the configurable parameters of the nextcloud chart and
226226
| `service.annotations` | Annotations for service type | `{}` |
227227
| `service.nodePort` | NodePort for service type NodePort | `nil` |
228228
| `service.ipFamilies` | Set ipFamilies as in k8s service objects | `nil` |
229-
| `service.ipFamyPolicy` | define IP protocol bindings as in k8s service objects | `nil` |
229+
| `service.ipFamilyPolicy` | define IP protocol bindings as in k8s service objects | `nil` |
230230
| `service.sessionAffinity` | Kubernetes service Session Affinity | `nil` |
231231
| `service.sessionAffinityConfig` | Kubernetes service Session Affinity configuration | `{}` |
232232
| `phpClientHttpsFix.enabled` | Sets OVERWRITEPROTOCOL for https ingress redirect | `false` |

0 commit comments

Comments
 (0)