From 37353c41fddeaf662f7e75eac4a841cd43381802 Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Tue, 5 Oct 2021 11:20:56 +0200 Subject: [PATCH] bump version to v3.10.4 --- ...afana-operator.v3.10.3.clusterserviceversion.yaml | 12 ++++++------ version/version.go | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/olm-catalog/grafana-operator/3.x.x/3.10.3/grafana-operator.v3.10.3.clusterserviceversion.yaml b/deploy/olm-catalog/grafana-operator/3.x.x/3.10.3/grafana-operator.v3.10.3.clusterserviceversion.yaml index 8c64656da..b85346803 100644 --- a/deploy/olm-catalog/grafana-operator/3.x.x/3.10.3/grafana-operator.v3.10.3.clusterserviceversion.yaml +++ b/deploy/olm-catalog/grafana-operator/3.x.x/3.10.3/grafana-operator.v3.10.3.clusterserviceversion.yaml @@ -36,12 +36,12 @@ metadata: capabilities: Basic Install categories: Monitoring certified: 'False' - containerImage: quay.io/grafana-operator/grafana-operator:v3.10.4 + containerImage: quay.io/grafana-operator/grafana-operator:v3.10.3 createdAt: 2020-07-31 00:00:00 description: An Operator for managing Grafana instances, dashboards and data sources repository: https://github.com/grafana-operator/grafana-operator support: Red Hat - name: grafana-operator.v3.10.4 + name: grafana-operator.v3.10.3 namespace: placeholder spec: apiservicedefinitions: { } @@ -122,7 +122,7 @@ spec: fieldPath: metadata.name - name: OPERATOR_NAME value: grafana-operator - image: quay.io/rhoas/grafana-operator:v3.10.4 + image: quay.io/grafana-operator/grafana-operator:v3.10.3 imagePullPolicy: Always name: grafana-operator ports: @@ -204,7 +204,7 @@ spec: - Monitoring links: - name: Documentation - url: https://github.com/integr8ly/grafana-operator/tree/v3.10.4/documentation + url: https://github.com/integr8ly/grafana-operator/tree/v3.10.3/documentation - name: Grafana url: https://grafana.com maintainers: @@ -213,5 +213,5 @@ spec: maturity: alpha provider: name: Red Hat - replaces: grafana-operator.v3.10.3 - version: 3.10.4 + replaces: grafana-operator.v3.10.2 + version: 3.10.3 diff --git a/version/version.go b/version/version.go index d8d40007a..777203f7e 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "3.10.3" + Version = "3.10.4" )