Skip to content

Commit

Permalink
Fix base manifest annotation to 4.4.0 (#744)
Browse files Browse the repository at this point in the history
* Fix missed image versions

Signed-off-by: edvin norling <edvin.norling@gmail.com>

* Update missed prepare instruction
  • Loading branch information
NissesSenap committed May 6, 2022
1 parent c313d59 commit f1bdd10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions PREPARE_RELEASE.md
Expand Up @@ -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.
Expand Down
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit f1bdd10

Please sign in to comment.