From 33586d26cfd8b5c458d90b0a9c9d08b1fdd20881 Mon Sep 17 00:00:00 2001 From: justusbunsi Date: Thu, 23 Jun 2022 23:41:10 +0800 Subject: [PATCH] Describe breaking changes for 6.0.0 (#327) Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/327 Reviewed-by: luhahn Reviewed-by: wxiaoguang Co-authored-by: justusbunsi Co-committed-by: justusbunsi --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a43cde1..0530574 100644 --- a/README.md +++ b/README.md @@ -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.