fix(helm): update grafana ( 10.5.4 → 10.5.5 )#5109
Merged
shipwasher[bot] merged 1 commit intomainfrom Jan 10, 2026
Merged
Conversation
Contributor
Author
--- HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana
+++ HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana
@@ -31,12 +31,14 @@
data = /var/lib/grafana/
logs = /var/log/grafana
plugins = /var/lib/grafana/plugins
provisioning = /etc/grafana/provisioning
[server]
domain = grafana.mcgrath.nz
+ [unified_storage]
+ index_path = /var/lib/grafana-search/bleve
datasources.yaml: |
apiVersion: 1
datasources:
- access: proxy
isDefault: true
jsonData:
--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana
+++ HelmRelease: monitoring/grafana Deployment: monitoring/grafana
@@ -19,15 +19,15 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: 043a1a928959aeea2f78d4a789a127a26f71164d02f5167858a090d0390e42bb
+ checksum/dashboards-json-config: 66062821a1a4f45e6c548d0b13fde46dc6afb840b4cc41eda27f61e8a1007c45
checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
- checksum/secret: bc62c03bbdfc3dab8e0ab9dbacb37c7d2a4806c038de5719a00fc7f1275609e9
+ checksum/secret: 2b6abf4718dee78dbd1f3f9d12a1ad1cbc0a800e710f1ff580410ad7be0b7490
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
shareProcessNamespace: false
securityContext:
@@ -220,12 +220,14 @@
- name: GF_PATHS_LOGS
value: /var/log/grafana
- name: GF_PATHS_PLUGINS
value: /var/lib/grafana/plugins
- name: GF_PATHS_PROVISIONING
value: /etc/grafana/provisioning
+ - name: GF_UNIFIED_STORAGE_INDEX_PATH
+ value: /var/lib/grafana-search/bleve
- name: GF_DATE_FORMATS_USE_BROWSER_LOCALE
value: 'true'
- name: GF_EXPLORE_ENABLED
value: 'true'
- name: GF_FEATURE_TOGGLES_ENABLE
value: publicDashboards |
Contributor
Author
--- kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana
+++ kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana
@@ -13,13 +13,13 @@
spec:
chart: grafana
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 10.5.4
+ version: 10.5.5
dependsOn:
- name: kube-prometheus-stack
namespace: monitoring
install:
crds: CreateReplace
remediation: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.5.4→10.5.5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grafana/helm-charts (grafana)
v10.5.5Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-10.5.4...grafana-10.5.5
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.
This PR has been generated by Renovate Bot.