Skip to content

Commit

Permalink
bump version to v3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Oct 5, 2021
1 parent 6dc0747 commit 37353c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: { }
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "3.10.3"
Version = "3.10.4"
)

0 comments on commit 37353c4

Please sign in to comment.