home-ops
home-ops copied to clipboard
feat(helm)!: Update chart grafana (8.14.2 → 9.0.0)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana (source) | major | 8.14.2 -> 9.0.0 |
Release Notes
grafana/helm-charts (grafana)
v9.0.0
The leading tool for querying and visualizing time series and metrics.
What's Changed
- [grafana] Update Grafana to 12.0.0 by @terop in https://github.com/grafana/helm-charts/pull/3700
Full Changelog: https://github.com/grafana/helm-charts/compare/mimir-distributed-5.8.0-weekly.341...grafana-9.0.0
v8.15.0
The leading tool for querying and visualizing time series and metrics.
What's Changed
- [grafana] Allow users to override curl short options by @blag in https://github.com/grafana/helm-charts/pull/3625
New Contributors
- @blag made their first contribution in https://github.com/grafana/helm-charts/pull/3625
Full Changelog: https://github.com/grafana/helm-charts/compare/mimir-distributed-5.8.0-weekly.339+dev.1...grafana-8.15.0
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
@@ -13,13 +13,13 @@
spec:
chart: grafana
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 8.14.2
+ version: 9.0.0
install:
remediation:
retries: 3
interval: 1h
upgrade:
cleanupOnFail: true
--- HelmRelease: observability/grafana Deployment: observability/grafana
+++ HelmRelease: observability/grafana Deployment: observability/grafana
@@ -19,13 +19,13 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: 88ed1d986ad85356d5c7075477f217af24e95387822a760fa305b93fd71b047c
+ checksum/dashboards-json-config: d91e34269f1b2b5f9fcba50ae70a62edf11f78f719fc2c8e889a7951b659d5a1
checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
shareProcessNamespace: false
@@ -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.6.1
+ image: docker.io/grafana/grafana:12.0.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL