diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index d1685365..37c6e016 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 4.5.11 +version: 4.5.12 appVersion: 28.0.1 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index c2e5be06..9d87425a 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -463,16 +463,16 @@ nextcloud: extraVolumeMounts: - name: hugepages mountPath: /dev/hugepages - resources: - requests: - hugepages-2Mi: 500Mi - # note that Kubernetes currently requires cpu or memory requests and limits before hugepages are allowed. - memory: 500Mi - limits: - # limit and request must be the same for hugepages. They are a fixed resource. - hugepages-2Mi: 500Mi - # note that Kubernetes currently requires cpu or memory requests and limits before hugepages are allowed. - memory: 1Gi +resources: + requests: + hugepages-2Mi: 500Mi + # note that Kubernetes currently requires cpu or memory requests and limits before hugepages are allowed. + memory: 500Mi + limits: + # limit and request must be the same for hugepages. They are a fixed resource. + hugepages-2Mi: 500Mi + # note that Kubernetes currently requires cpu or memory requests and limits before hugepages are allowed. + memory: 1Gi ``` ## HPA (Clustering)