Skip to content

Commit

Permalink
Prepare release v4.4.1 (#750)
Browse files Browse the repository at this point in the history
* Prepare 4.4.1

Signed-off-by: Edvin Norling <edvin.norling@xenit.se>

* Add kustomization files

* Update latest to 4.4.1
  • Loading branch information
Edvin N committed May 9, 2022
1 parent a1245e3 commit 8b84fa8
Show file tree
Hide file tree
Showing 10 changed files with 6,035 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= 4.4.0
VERSION ?= 4.4.1

# IMAGE_TAG_BASE defines the namespace and part of the image name for remote images.
# running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
Expand Down
12 changes: 6 additions & 6 deletions bundle/manifests/grafana-operator.clusterserviceversion.yaml
Expand Up @@ -6,8 +6,8 @@ metadata:
capabilities: Basic Install
categories: Monitoring
certified: "False"
containerImage: quay.io/grafana-operator/grafana-operator:v4.4.0
createdAt: "2022-05-06T10:00:12Z"
containerImage: quay.io/grafana-operator/grafana-operator:v4.4.1
createdAt: "2022-05-09T10:00:12Z"
description: A Kubernetes Operator based on the Operator SDK for creating and
managing Grafana instances
operators.operatorframework.io/builder: operator-sdk-v1.13.1
Expand All @@ -19,7 +19,7 @@ metadata:
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: grafana-operator.v4.4.0
name: grafana-operator.v4.4.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -272,7 +272,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/grafana-operator/grafana-operator:v4.4.0
image: quay.io/grafana-operator/grafana-operator:v4.4.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -355,5 +355,5 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: grafana-operator.v4.3.0
version: 4.4.0
replaces: grafana-operator.v4.4.0
version: 4.4.1
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Expand Up @@ -13,7 +13,7 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/grafana-operator/grafana-operator
newTag: v4.4.0
newTag: v4.4.1

# Protect the /metrics endpoint by putting it behind auth.
# If you want your controller-manager to expose the /metrics
Expand Down
Expand Up @@ -87,8 +87,8 @@ metadata:
capabilities: Basic Install
categories: Monitoring
certified: "False"
containerImage: quay.io/grafana-operator/grafana-operator:v4.4.0
createdAt: "2022-05-06T10:00:12Z"
containerImage: quay.io/grafana-operator/grafana-operator:v4.4.1
createdAt: "2022-05-09T10:00:12Z"
description: A Kubernetes Operator based on the Operator SDK for creating and
managing Grafana instances
repository: https://github.com/grafana-operator/grafana-operator
Expand Down Expand Up @@ -168,5 +168,5 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: grafana-operator.v4.3.0
replaces: grafana-operator.v4.4.0
version: 0.0.0
2 changes: 1 addition & 1 deletion deploy/manifests/latest/deployment.yaml
Expand Up @@ -62,7 +62,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/grafana-operator/grafana-operator:v4.4.0
image: quay.io/grafana-operator/grafana-operator:v4.4.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 8b84fa8

Please sign in to comment.