Describe breaking changes for 6.0.0 (#327)

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/327
Reviewed-by: luhahn <luhahn@noreply.gitea.io>
Reviewed-by: wxiaoguang <wxiaoguang@noreply.gitea.io>
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io>
This commit is contained in:
justusbunsi 2022-06-23 23:41:10 +08:00 committed by luhahn
parent 0172a59889
commit 33586d26cf
1 changed files with 14 additions and 0 deletions

View File

@ -37,6 +37,20 @@ helm install gitea gitea-charts/gitea
- Helm 3.0+
- PV provisioner for persistent data support
## Chart upgrade to 6.0.0
:warning: The most recent `6.0.0` update brings some major and breaking changes.
Please note the following changes in the Chart to upgrade successfully. :warning:
### Enabled flag for `startupProbe`
Prior to this version the `startupProbe` was just a commented sample within the
`values.yaml`. With the migration to an auto-generated [Parameters](#parameters)
section, a new parameter `gitea.startupProbe.enabled` has been introduced set to
`false` by default. If you are using the `startupProbe` you need to add that new
parameter and set it to `true`. Otherwise, your defined probe won't be considered
after the upgrade.
## Chart upgrade to 5.0.0
:warning: The most recent `5.0.0` update brings some major and breaking changes.