Skip to content

Commit

Permalink
Add breaking change notice to README
Browse files Browse the repository at this point in the history
Signed-off-by: JesseBot <[email protected]>
Signed-off-by: Jesse Hitch <[email protected]>
  • Loading branch information
jessebot committed Apr 29, 2023
1 parent 22e9be8 commit fa070cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion charts/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

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

```console
Expand Down Expand Up @@ -429,4 +431,11 @@ These are all the [SecurityContext](https://kubernetes.io/docs/reference/generat
| `nginx.securityContext` | Optional SecurityContext for the nginx container in the nextcloud pod |
You can also set the [PodSecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podsecuritycontext-v1-core) for the nextcloud pod.
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.
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.
# Breaking Changes
Note changes that may cause disruptions between helm chart upgrades.
## `3.5.11` -> `3.6.0`
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 comments on commit fa070cc

Please sign in to comment.