Skip to content

Commit d6c1c12

Browse files
Update quay.io/grafana-operator/grafana-operator Docker tag to v5.17.0 (#28)
* Update quay.io/grafana-operator/grafana-operator Docker tag to v5.17.0 * ./do helm-docs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Stephen <[email protected]>
1 parent 07486b6 commit d6c1c12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 | `{"fullnameOverride":"server-monitoring-grafana-operator","image":{"repository":"quay.io/grafana-operator/grafana-operator","tag":"v5.16.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 | `{"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 |
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.16.0"` | Tag for the Grafana Operator image. |
190+
| grafanaoperator.image.tag | string | `"v5.17.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: 1 addition & 1 deletion
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.16.0
83+
tag: v5.17.0
8484

8585
grafana:
8686
enabled: "-"

0 commit comments

Comments
 (0)