Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkz committed May 5, 2024
1 parent 434116e commit b8ec612
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

* redis upgrade
* postgres minor upgrade
* setting a redis password is now possible

### Upgrade

#### Postgres values change

Upgraded chart from groundhog2k for postgres requires changes to the `values.yml`:

Expand All @@ -21,9 +26,18 @@ postgres:
value: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
```
* setting a redis password is now possible
#### Redis password
When enabling the redis password after the installation (upgrade), it is required to set the password once in the `values.yml`, as soon as the secret is created it can be removed.

```yaml
redis:
auth:
enabled: true
password: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
```

This requires you to set the following `env` and `args`, when enabling it.
Enabling redis authentication, requires you to set the following `env` and `args`, for the redis container:

```yaml
redis:
Expand Down

0 comments on commit b8ec612

Please sign in to comment.