You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nextcloud/README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
[nextcloud](https://nextcloud.com/) is a file sharing server that puts the control and security of your own data back into your hands.
4
4
5
+
> **Warning**: Please see [Breaking Changes](#breaking-changes) before upgrading this helm chart!
6
+
5
7
## TL;DR;
6
8
7
9
```console
@@ -429,4 +431,11 @@ These are all the [SecurityContext](https://kubernetes.io/docs/reference/generat
429
431
|`nginx.securityContext`| Optional SecurityContext forthe nginx containerin the nextcloud pod |
430
432
431
433
You can also set the [PodSecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podsecuritycontext-v1-core) for the nextcloud pod.
432
-
By default, `nextcloud.podSecurityContext.fsGroup` is set to `33` (the `www-data` user's GID) by default. Set this to `82` if you're using an alpine nextcloud image.
434
+
By default, `nextcloud.podSecurityContext.fsGroup` is set to `33` (the `www-data` user's GID). Set this to `82` if you're using an alpine nextcloud image.
435
+
436
+
437
+
# Breaking Changes
438
+
Note changes that may cause disruptions between helm chart upgrades.
439
+
440
+
## `3.5.11` -> `3.6.0`
441
+
By default, `nextcloud.podSecurityContext.fsGroup` is set to `33` (the `www-data` user's GID). Set this to `82` if you're using an alpine nextcloud image.
0 commit comments