From 866009da096df4bff551397defda125f78675679 Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Mon, 26 Jun 2023 14:29:33 +0200 Subject: [PATCH] bump version to v5.0.2 --- Makefile | 2 +- .../grafana-operator.clusterserviceversion.yaml | 10 +++++----- config/manager/kustomization.yaml | 2 +- .../bases/grafana-operator.clusterserviceversion.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 8813f8a70..e29c6d475 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # NOTE: this section almost matches outputs out kubebuilder v3.7.0 ### # Current Operator version -VERSION ?= 5.0.1 +VERSION ?= 5.0.2 # Image URL to use all building/pushing image targets REGISTRY ?= ghcr.io diff --git a/bundle/manifests/grafana-operator.clusterserviceversion.yaml b/bundle/manifests/grafana-operator.clusterserviceversion.yaml index 00c9629f7..6b9863b88 100644 --- a/bundle/manifests/grafana-operator.clusterserviceversion.yaml +++ b/bundle/manifests/grafana-operator.clusterserviceversion.yaml @@ -94,13 +94,13 @@ metadata: ] capabilities: Basic Install categories: Monitoring - containerImage: ghcr.io/grafana-operator/grafana-operator:v5.0.1 + containerImage: ghcr.io/grafana-operator/grafana-operator:v5.0.2 createdAt: "2023-06-09T00:00:00Z" operators.operatorframework.io/builder: operator-sdk-v1.22.2 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/grafana-operator/grafana-operator support: Community - name: grafana-operator.v5.0.1 + name: grafana-operator.v5.0.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -326,7 +326,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.annotations['olm.targetNamespaces'] - image: ghcr.io/grafana-operator/grafana-operator:v5.0.1 + image: ghcr.io/grafana-operator/grafana-operator:v5.0.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -413,5 +413,5 @@ spec: minKubeVersion: 1.23.0 provider: name: Red Hat - replaces: grafana-operator.v5.0.0 - version: 5.0.1 + replaces: grafana-operator.v5.0.1 + version: 5.0.2 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 39ad473d3..86486cb1a 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/grafana-operator/grafana-operator - newTag: v5.0.1 + newTag: v5.0.2 diff --git a/config/manifests/bases/grafana-operator.clusterserviceversion.yaml b/config/manifests/bases/grafana-operator.clusterserviceversion.yaml index b8a866644..82183893c 100644 --- a/config/manifests/bases/grafana-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/grafana-operator.clusterserviceversion.yaml @@ -5,7 +5,7 @@ metadata: alm-examples: '[]' capabilities: Basic Install categories: Monitoring - containerImage: ghcr.io/grafana-operator/grafana-operator:v5.0.1 + containerImage: ghcr.io/grafana-operator/grafana-operator:v5.0.2 createdAt: "2023-06-09T00:00:00Z" repository: https://github.com/grafana-operator/grafana-operator support: Community @@ -64,5 +64,5 @@ spec: minKubeVersion: 1.23.0 provider: name: Red Hat - replaces: grafana-operator.v5.0.0 + replaces: grafana-operator.v5.0.1 version: 0.0.0