Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down