Skip to content

Commit

Permalink
Replace the version Chart with v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavSemin committed Jun 24, 2024
1 parent b5bb7a1 commit 6f405d3
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 25 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 4.2.0

### New Features

* Added the ability set up the `containerSecurityContext`
* Added the ability to set up its own `nodeSelector` and `tolerations` for each service or define them globally
* Added the ability to separate a subdirectory for storing cache (data) and service (errors and forgotten) files
* Actions to clean the directory ".../cache/files/" are placed in a separate Job with a `post-upgrade` hook
* Added the ability to set up container `lifecycle` hooks

### Changes

* Changed the default values for `podSecurityContext`
* In `pre-upgrade` Job, the actions for cleaning the directory ".../cache/files/" have been removed
* Released ONLYOFFICE Docs [v8.1.0](https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#810)

## 4.1.0

### New Features
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Helm chart for installing ONLYOFFICE Docs in Kubernetes

type: application

version: 4.1.0
version: 4.2.0

appVersion: 8.0.1
appVersion: 8.1.0
Loading

0 comments on commit 6f405d3

Please sign in to comment.