Skip to content

Commit fa070cc

Browse files
committed
Add breaking change notice to README
Signed-off-by: JesseBot <jessebot@linux.com> Signed-off-by: Jesse Hitch <jessebot@linux.com>
1 parent 22e9be8 commit fa070cc

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

charts/nextcloud/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[nextcloud](https://nextcloud.com/) is a file sharing server that puts the control and security of your own data back into your hands.
44

5+
> **Warning**: Please see [Breaking Changes](#breaking-changes) before upgrading this helm chart!
6+
57
## TL;DR;
68

79
```console
@@ -429,4 +431,11 @@ These are all the [SecurityContext](https://kubernetes.io/docs/reference/generat
429431
| `nginx.securityContext` | Optional SecurityContext for the nginx container in the nextcloud pod |
430432
431433
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

Comments
 (0)