Skip to content
Snippets Groups Projects
Commit a78474fa authored by Maarten de Waard's avatar Maarten de Waard :angel: Committed by Arie Peterson
Browse files

add CHANGELOG entry and bump chart version number

parent 72de5823
No related branches found
No related tags found
1 merge request!62Resolve "Allow OIDC to support stackspin SSO again"
## [0.5.0] - 2021-11-02
* Change the sociallogin settings structure so it can be automatically converted
to JSON
If you use sociallogin, you need to change the settings to conform the
structure currently under `sociallogin.custom_oidc` in `values.yaml`.
Example:
```yaml
sociallogin:
custom_oidc:
authorizeUrl: "sso.${domain}/oauth2/auth"
tokenUrl: "sso.${domain}/oauth2/token"
userInfoUrl: "sso.${domain}/userinfo"
clientSecret: "${nextcloud_oauth_client_secret}"
```
## [0.4.0] - 2021-11-02
* Replace pod probes by exec ones to actually check healthcheck status
......
......@@ -3,7 +3,7 @@ apiVersion: v2
description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice
version: 0.4.0
version: 0.5.0
appVersion: NC-20.0.11-OO-6.2.2.21
dependencies:
# https://artifacthub.io/packages/helm/nextcloud/nextcloud
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment