diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 952af273f4..2b14ea530b 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -34,7 +34,7 @@ annotations: artifacthub.io/operatorCapabilities: Full Lifecycle kubeVersion: '>= 1.27.0-0' type: application -version: 0.8.0 # Helm Chart version +version: 0.10.0 # Helm Chart version appVersion: v2.4.0 # x-release-please-version dependencies: - name: keptn-cert-manager diff --git a/docs/docs/contribute/general/release-checklist.md b/docs/docs/contribute/general/release-checklist.md index 327096ee45..da27e4f541 100644 --- a/docs/docs/contribute/general/release-checklist.md +++ b/docs/docs/contribute/general/release-checklist.md @@ -21,6 +21,7 @@ This page should be used to document the current process to create a full releas 1. release metrics operator 1. bump metrics operator chart version in charts repo and merge chart release PR 1. bump metrics operator chart version in main chart +1. re-generate lifecycle-operator Helm chart docs 1. release lifecycle operator 1. bump lifecycle operator chart version in charts repo and merge chart release PR 1. bump lifecycle-operator chart version in main chart