Skip to content

Commit 5420b5e

Browse files

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Dashboards are provisioned directly from CRDs, which means any manual edits will
170170
| grafana.datasource.jsonData.timeInterval | string | `"5s"` | The time interval for Grafana to poll Prometheus. Specifies the frequency of data requests. |
171171
| grafana.enabled | string | `"-"` | |
172172
| grafana.image.repository | string | `"grafana/grafana"` | Image repository for Grafana. |
173-
| grafana.image.tag | string | `"11.6.0"` | Tag for the Grafana image. |
173+
| grafana.image.tag | string | `"12.0.0"` | Tag for the Grafana image. |
174174
| grafana.ingress.className | string | `""` | Specifies the class of the Ingress controller. Required if the Kubernetes cluster includes multiple Ingress controllers. |
175175
| grafana.ingress.enabled | bool | `false` | Enable to create an Ingress resource for Grafana. Disabled by default. |
176176
| grafana.ingress.host | string | `""` | Hostname to use for the Ingress. Must be set if Ingress is enabled. |
@@ -184,10 +184,10 @@ Dashboards are provisioned directly from CRDs, which means any manual edits will
184184
| grafana.service.annotations | object | `{}` | Metadata annotations for the service. |
185185
| grafana.service.port | int | `3000` | Port on which the Grafana service will be exposed. |
186186
| grafana.service.type | string | `"ClusterIP"` | Specifies the type of service for Grafana. Options include ClusterIP, NodePort, or LoadBalancer. Use NodePort or LoadBalancer to expose Grafana externally. Ensure that grafana.credentials are set for security purposes. |
187-
| grafanaoperator | object | `{"env":[{"name":"ENFORCE_CACHE_LABELS","value":"off"}],"fullnameOverride":"server-monitoring-grafana-operator","image":{"repository":"quay.io/grafana-operator/grafana-operator","tag":"v5.17.0"}}` | Full values for the Grafana Operator chart can be obtained at: https://github.com/grafana/grafana-operator/blob/master/deploy/helm/grafana-operator/values.yaml |
187+
| grafanaoperator | object | `{"env":[{"name":"ENFORCE_CACHE_LABELS","value":"off"}],"fullnameOverride":"server-monitoring-grafana-operator","image":{"repository":"quay.io/grafana-operator/grafana-operator","tag":"v5.18.0"}}` | Full values for the Grafana Operator chart can be obtained at: https://github.com/grafana/grafana-operator/blob/master/deploy/helm/grafana-operator/values.yaml |
188188
| grafanaoperator.fullnameOverride | string | `"server-monitoring-grafana-operator"` | Overrides the fully qualified app name. |
189189
| grafanaoperator.image.repository | string | `"quay.io/grafana-operator/grafana-operator"` | Image repository for the Grafana Operator. |
190-
| grafanaoperator.image.tag | string | `"v5.17.0"` | Tag for the Grafana Operator image. |
190+
| grafanaoperator.image.tag | string | `"v5.18.0"` | Tag for the Grafana Operator image. |
191191
| prometheus.enabled | string | `"-"` | |
192192
| prometheus.image.repository | string | `"quay.io/prometheus/prometheus"` | Image repository for Prometheus. |
193193
| prometheus.image.tag | string | `"v3.2.1"` | Tag for the Prometheus image. |

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ grafanaoperator:
8080
# -- Image repository for the Grafana Operator.
8181
repository: quay.io/grafana-operator/grafana-operator
8282
# -- Tag for the Grafana Operator image.
83-
tag: v5.17.0
83+
tag: v5.18.0
8484
env:
8585
# https://github.com/grafana/grafana-operator/issues/1971
8686
- name: ENFORCE_CACHE_LABELS
@@ -94,7 +94,7 @@ grafana:
9494
# -- Image repository for Grafana.
9595
repository: grafana/grafana
9696
# -- Tag for the Grafana image.
97-
tag: 11.6.0
97+
tag: 12.0.0
9898
credentials:
9999
# -- Name of an existing secret for Grafana credentials. Leave empty to create a new secret.
100100
existingSecretName: ""

0 commit comments

Comments
 (0)