Skip to content

Commit

Permalink
Merge pull request #1116 from pb82/update-to-v5.0.1
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
pb82 committed Jun 19, 2023
2 parents ddb3a9f + 7516353 commit b8ce84e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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.0
VERSION ?= 5.0.1

# Image URL to use all building/pushing image targets
REGISTRY ?= ghcr.io
Expand Down
9 changes: 5 additions & 4 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.0
containerImage: ghcr.io/grafana-operator/grafana-operator:v5.0.1
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.0
name: grafana-operator.v5.0.1
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.0
image: ghcr.io/grafana-operator/grafana-operator:v5.0.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -413,4 +413,5 @@ spec:
minKubeVersion: 1.23.0
provider:
name: Red Hat
version: 5.0.0
replaces: grafana-operator.v5.0.0
version: 5.0.1
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.0
newTag: v5.0.1
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.0
containerImage: ghcr.io/grafana-operator/grafana-operator:v5.0.1
createdAt: "2023-06-09T00:00:00Z"
repository: https://github.com/grafana-operator/grafana-operator
support: Community
Expand Down Expand Up @@ -64,4 +64,5 @@ spec:
minKubeVersion: 1.23.0
provider:
name: Red Hat
replaces: grafana-operator.v5.0.0
version: 0.0.0

0 comments on commit b8ce84e

Please sign in to comment.