From f1bdd101ccbb91edb354c2981e225b994b0b3c91 Mon Sep 17 00:00:00 2001 From: Edvin N Date: Fri, 6 May 2022 22:12:23 +0200 Subject: [PATCH] Fix base manifest annotation to 4.4.0 (#744) * Fix missed image versions Signed-off-by: edvin norling * Update missed prepare instruction --- PREPARE_RELEASE.md | 1 + bundle/manifests/grafana-operator.clusterserviceversion.yaml | 2 +- .../manifests/bases/grafana-operator.clusterserviceversion.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PREPARE_RELEASE.md b/PREPARE_RELEASE.md index 9a72da6ec..5ec1b12fc 100644 --- a/PREPARE_RELEASE.md +++ b/PREPARE_RELEASE.md @@ -6,6 +6,7 @@ There is a lot of information on what is needed to manage OLM [compatible operat - Update `version/version.go` bumping the minor or patch version. Major versions shouldn't be released without discussion and approval of the maintainers! - Update the `Makefile` +- Update `containerImage` field in `config/manifests/bases/grafana-operator.clusterserviceversion.yaml` - Update `replaces` field in `config/manifests/bases/grafana-operator.clusterserviceversion.yaml` - Update `CreatedAt` field in `config/manifests/bases/grafana-operator.clusterserviceversion.yaml` You will have to asses when it's going to get merged and you will be able to do a release. diff --git a/bundle/manifests/grafana-operator.clusterserviceversion.yaml b/bundle/manifests/grafana-operator.clusterserviceversion.yaml index eb32aeb09..654c27019 100644 --- a/bundle/manifests/grafana-operator.clusterserviceversion.yaml +++ b/bundle/manifests/grafana-operator.clusterserviceversion.yaml @@ -6,7 +6,7 @@ metadata: capabilities: Basic Install categories: Monitoring certified: "False" - containerImage: quay.io/grafana-operator/grafana-operator:v4.3.0 + containerImage: quay.io/grafana-operator/grafana-operator:v4.4.0 createdAt: "2022-05-06T10:00:12Z" description: A Kubernetes Operator based on the Operator SDK for creating and managing Grafana instances diff --git a/config/manifests/bases/grafana-operator.clusterserviceversion.yaml b/config/manifests/bases/grafana-operator.clusterserviceversion.yaml index 01316562a..e56e16944 100644 --- a/config/manifests/bases/grafana-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/grafana-operator.clusterserviceversion.yaml @@ -87,7 +87,7 @@ metadata: capabilities: Basic Install categories: Monitoring certified: "False" - containerImage: quay.io/grafana-operator/grafana-operator:v4.3.0 + containerImage: quay.io/grafana-operator/grafana-operator:v4.4.0 createdAt: "2022-05-06T10:00:12Z" description: A Kubernetes Operator based on the Operator SDK for creating and managing Grafana instances