Commit 7413901 1 parent 65c8137 commit 7413901 Copy full SHA for 7413901
File tree 4 files changed +7
-7
lines changed
deploy/helm/grafana-operator
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
# NOTE: this section almost matches outputs out kubebuilder v3.7.0
3
3
# ##
4
4
# Current Operator version
5
- VERSION ?= 5.9.2
5
+ VERSION ?= 5.10.0
6
6
7
7
# BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command
8
8
BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION ) $(BUNDLE_METADATA_OPTS )
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.1.4
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v5.9.2 "
24
+ appVersion : " v5.10.0 "
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ linkTitle: "Helm installation"
7
7
8
8
[ grafana-operator] ( https://github.com/grafana/grafana-operator ) for Kubernetes to manage Grafana instances and grafana resources.
9
9
10
- ![ Version: 0.1.4] ( https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v5.9.2 ] ( https://img.shields.io/badge/AppVersion-v5.9.2 -informational?style=flat-square )
10
+ ![ Version: 0.1.4] ( https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v5.10.0 ] ( https://img.shields.io/badge/AppVersion-v5.10.0 -informational?style=flat-square )
11
11
12
12
## Installation
13
13
14
14
This is a OCI helm chart, helm started support OCI in version 3.8.0.
15
15
16
16
``` shell
17
- helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version v5.9.2
17
+ helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version v5.10.0
18
18
```
19
19
20
20
Sadly helm OCI charts currently don't support searching for available versions of a helm [ oci registry] ( https://github.com/helm/helm/issues/11000 ) .
@@ -30,7 +30,7 @@ resource "helm_release" "grafana_kubernetes_operator" {
30
30
repository = "oci://ghcr.io/grafana/helm-charts"
31
31
chart = "grafana-operator"
32
32
verify = false
33
- version = "v5.9.2 "
33
+ version = "v5.10.0 "
34
34
}
35
35
```
36
36
@@ -40,7 +40,7 @@ Helm does not provide functionality to update custom resource definitions. This
40
40
To avoid issues due to outdated or missing definitions, run the following command before updating an existing installation:
41
41
42
42
``` shell
43
- kubectl apply --server-side --force-conflicts -f https://github.com/grafana/grafana-operator/releases/download/v5.9.2 /crds.yaml
43
+ kubectl apply --server-side --force-conflicts -f https://github.com/grafana/grafana-operator/releases/download/v5.10.0 /crds.yaml
44
44
```
45
45
46
46
The ` --server-side ` and ` --force-conflict ` flags are required to avoid running into issues with the ` kubectl.kubernetes.io/last-applied-configuration ` annotation.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ archived_version = false
59
59
# The version number for the version of the docs represented in this doc set.
60
60
# Used in the "version-banner" partial to display a version number for the
61
61
# current doc set.
62
- version = " v5.9.2 "
62
+ version = " v5.10.0 "
63
63
64
64
# A link to latest version of the docs. Used in the "version-banner" partial to
65
65
# point people to the main doc site.
You can’t perform that action at this time.
0 commit comments