Skip to content

Commit

Permalink
bump version to v5.0.2 (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Jun 26, 2023
1 parent 8f6942f commit d5e2c21
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/grafana-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/grafana-operator/grafana-operator
newTag: v5.0.1
newTag: v5.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit d5e2c21

Please sign in to comment.