Skip to content

Commit

Permalink
Merge pull request #1293 from grafana-operator/prepare-5.4.2
Browse files Browse the repository at this point in the history
prepare v5.4.2
  • Loading branch information
pb82 committed Nov 2, 2023
2 parents c0a2c2b + bf2a17c commit 0507a8f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
# NOTE: this section almost matches outputs out kubebuilder v3.7.0
###
# Current Operator version
VERSION ?= 5.4.1
VERSION ?= 5.4.2

# Image URL to use all building/pushing image targets
REGISTRY ?= ghcr.io
Expand Down
12 changes: 6 additions & 6 deletions bundle/manifests/grafana-operator.clusterserviceversion.yaml
Expand Up @@ -94,13 +94,13 @@ metadata:
]
capabilities: Basic Install
categories: Monitoring
containerImage: ghcr.io/grafana-operator/grafana-operator:v5.4.1
createdAt: "2023-09-12T08:52:02Z"
containerImage: ghcr.io/grafana-operator/grafana-operator:v5.4.2
createdAt: "2023-09-12T08:09:00.92Z"
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana-operator/grafana-operator
support: Community
name: grafana-operator.v5.4.1
name: grafana-operator.v5.4.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -327,7 +327,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: ghcr.io/grafana-operator/grafana-operator:v5.4.1
image: ghcr.io/grafana-operator/grafana-operator:v5.4.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -414,5 +414,5 @@ spec:
minKubeVersion: 1.23.0
provider:
name: Community
replaces: grafana-operator.v5.4.0
version: 5.4.1
replaces: grafana-operator.v5.4.1
version: 5.4.2
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/grafana-operator/grafana-operator
newTag: v5.4.1
newTag: v5.4.2
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Monitoring
containerImage: ghcr.io/grafana-operator/grafana-operator:v5.4.1
containerImage: ghcr.io/grafana-operator/grafana-operator:v5.4.2
createdAt: "2023-09-12T08:09:00.92Z"
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: Community
replaces: grafana-operator.v5.4.0
replaces: grafana-operator.v5.4.1
version: 0.0.0
2 changes: 1 addition & 1 deletion deploy/helm/grafana-operator/Chart.yaml
Expand Up @@ -21,4 +21,4 @@ version: 0.1.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v5.4.1"
appVersion: "v5.4.2"
4 changes: 2 additions & 2 deletions deploy/helm/grafana-operator/README.md
Expand Up @@ -7,14 +7,14 @@ linkTitle: "Helm installation"

[grafana-operator](https://github.com/grafana-operator/grafana-operator) for Kubernetes to manage Grafana instances and grafana resources.

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.4.1](https://img.shields.io/badge/AppVersion-v5.4.1-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.4.2](https://img.shields.io/badge/AppVersion-v5.4.2-informational?style=flat-square)

## Installation

This is a OCI helm chart, helm started support OCI in version 3.8.0.

```shell
helm upgrade -i grafana-operator oci://ghcr.io/grafana-operator/helm-charts/grafana-operator --version v5.4.1
helm upgrade -i grafana-operator oci://ghcr.io/grafana-operator/helm-charts/grafana-operator --version v5.4.2
```

Sadly helm OCI charts currently don't support searching for available versions of a helm [oci registry](https://github.com/helm/helm/issues/11000).
Expand Down
2 changes: 1 addition & 1 deletion deploy/kustomize/base/deployment.yaml
Expand Up @@ -22,7 +22,7 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=0.0.0.0:9090
- --leader-elect
image: ghcr.io/grafana-operator/grafana-operator:v5.4.1
image: ghcr.io/grafana-operator/grafana-operator:v5.4.2
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down
2 changes: 1 addition & 1 deletion hugo/config.toml
Expand Up @@ -59,7 +59,7 @@ archived_version = false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "v5.4.1"
version = "v5.4.2"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
Expand Down

0 comments on commit 0507a8f

Please sign in to comment.