fix(helm): update grafana ( 8.5.2 → 8.5.5 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana (source) | patch | 8.5.2 -> 8.5.5 |
Release Notes
grafana/helm-charts (grafana)
v8.5.5
The leading tool for querying and visualizing time series and metrics.
What's Changed
- [grafana] Replicas could be 0 #3337 by @ramon951 in https://github.com/grafana/helm-charts/pull/3343
New Contributors
- @ramon951 made their first contribution in https://github.com/grafana/helm-charts/pull/3343
Full Changelog: https://github.com/grafana/helm-charts/compare/tempo-distributed-1.18.4...grafana-8.5.5
v8.5.4
The leading tool for querying and visualizing time series and metrics.
What's Changed
- [grafana] chore: bump k8s-sidecar to 1.28.0 by @mlflr in https://github.com/grafana/helm-charts/pull/3348
New Contributors
- @mlflr made their first contribution in https://github.com/grafana/helm-charts/pull/3348
Full Changelog: https://github.com/grafana/helm-charts/compare/mimir-distributed-5.5.0...grafana-8.5.4
v8.5.3
The leading tool for querying and visualizing time series and metrics.
What's Changed
- [grafana] Update Grafana to version 11.2.2 by @terop in https://github.com/grafana/helm-charts/pull/3356
Full Changelog: https://github.com/grafana/helm-charts/compare/alloy-0.9.1...grafana-8.5.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
--- kubernetes/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana
+++ kubernetes/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana
@@ -12,13 +12,13 @@
spec:
chart: grafana
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 8.5.2
+ version: 8.5.5
install:
createNamespace: true
remediation:
retries: 3
interval: 30m
maxHistory: 2
--- HelmRelease: observability/grafana Deployment: observability/grafana
+++ HelmRelease: observability/grafana Deployment: observability/grafana
@@ -20,13 +20,13 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: df085ad2558f73b8b0fa6cfcd1d553c8de6806f8c5fce7ed003ea2db10b98303
+ checksum/dashboards-json-config: 4570c568b03ddaee33654ed7308c8ebee5fb41e6de118ae9321c22d6f06face0
checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
securityContext:
@@ -57,13 +57,13 @@
subPath: download_dashboards.sh
- name: storage
mountPath: /var/lib/grafana
enableServiceLinks: true
containers:
- name: grafana-sc-dashboard
- image: quay.io/kiwigrid/k8s-sidecar:1.27.4
+ image: quay.io/kiwigrid/k8s-sidecar:1.28.0
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: grafana_dashboard
@@ -97,13 +97,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-dashboard-volume
mountPath: /tmp/dashboards
- name: grafana-sc-datasources
- image: quay.io/kiwigrid/k8s-sidecar:1.27.4
+ image: quay.io/kiwigrid/k8s-sidecar:1.28.0
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: grafana_datasource
@@ -135,13 +135,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-datasources-volume
mountPath: /etc/grafana/provisioning/datasources
- name: grafana
- image: docker.io/grafana/grafana:11.2.1
+ image: docker.io/grafana/grafana:11.2.2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL