Skip to content

Commit

Permalink
link to doc.owncloud.com for breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Jun 16, 2023
1 parent 6cc608a commit 03a8957
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,10 @@ For instructions on how to run it anyways the the respective chart's readme.
<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
Chart documentation is available in [oCIS directory](https://github.com/owncloud/ocis-charts/blob/master/charts/ocis/README.md).

## Changes

**Attention** Version 0.2.0 introduces some changes to the value names to align the service/app names at various places (values file, YAML files, directories)
The following changes have been done in detail between 0.1.0 and 0.2.0:

`configRefs.storageUsersConfigRef` -> `configRefs.storageusersConfigRef` \
`secretRefs.storageSystemJwtSecretRef` -> `secretRefs.storagesystemJwtSecretRef` \
`secretRefs.storageSystemSecretRef` -> `secretRefs.storagesystemSecretRef` \
`services.appProvider` -> `services.appprovider` \
`services.appRegistry` -> `services.appregistry` \
`services.authBasic` -> `services.authbasic` \
`services.authMachine` -> `services.authmachine` \
`services.storagePublicLink` -> `services.storagepubliclink` \
`services.storageShares` -> `services.storageshares` \
`services.storageSystem` -> `services.storagesystem` \
`services.storageUsers` -> `services.storageusers`
## List of breaking changes by version

Please check the documentation for breaking changes by version:
[doc.owncloud.com](https://doc.owncloud.com/ocis/next/deployment/container/orchestration/tab-pages/breaking-changes.html)
## Contributing

<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
Expand Down
6 changes: 6 additions & 0 deletions charts/ocis/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ kubectl -n {{ .Release.Namespace }} get secrets/admin-user --template='{{"{{"}}.
{{- end }}
#################################################################################
{{- end }}

#################################################################################
###### WARNING: Breaking changes may impact your deployment. #####
#################################################################################
Please check the documentation for breaking changes by version:
https://doc.owncloud.com/ocis/next/deployment/container/orchestration/tab-pages/breaking-changes.html

0 comments on commit 03a8957

Please sign in to comment.