From 1f16c9176362c8984d08569024d676a19ecd24e8 Mon Sep 17 00:00:00 2001 From: odubajDT <93584209+odubajDT@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:23:26 +0100 Subject: [PATCH] chore: backport Keptn helm chart version (#3859) Signed-off-by: odubajDT --- chart/Chart.yaml | 2 +- docs/docs/contribute/general/release-checklist.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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