feat(helm): update chart grafana to 10.5.15#368
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
--- HelmRelease: observability/grafana ConfigMap: observability/grafana
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana
@@ -24,12 +24,14 @@
logs = /var/log/grafana
plugins = /var/lib/grafana/plugins
provisioning = /etc/grafana/provisioning
[server]
domain = grafana.cherb.de
root_url = https://grafana.cherb.de
+ [unified_storage]
+ index_path = /var/lib/grafana-search/bleve
datasources.yaml: |
apiVersion: 1
datasources:
- access: proxy
editable: false
isDefault: true
@@ -148,16 +150,17 @@
\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\"\
\ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/19105/revisions/5/download\"\
\ \\\n | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
,/g' \\\n> \"/var/lib/grafana/dashboards/default/prometheus.json\"\n \ncurl -skf\
\ \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\"\
\ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/21356/revisions/3/download\"\
- \ \\\n | sed '/-- .* --/! s/${DS_PROMETHEUS}/Prometheus/g' \\\n | sed\
- \ '/-- .* --/! s/${VAR_REPLICATIONDESTNAME}/.*-bootstrap/g' \\\n> \"/var/lib/grafana/dashboards/default/volsync.json\"\
- \n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\"\
- \ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/authentication.json\"\
+ \ \\\n | sed -E '/-- .* --/! s/\\$\\{?DS_PROMETHEUS\\}?/Prometheus/g' \\\n\
+ \ | sed -E '/-- .* --/! s/\\$\\{?VAR_REPLICATIONDESTNAME\\}?/.*-bootstrap/g'\
+ \ \\\n> \"/var/lib/grafana/dashboards/default/volsync.json\"\n \ncurl -skf \\\
+ \n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\
+ \n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/authentication.json\"\
\ \\\n | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
,/g' \\\n> \"/var/lib/grafana/dashboards/emqx/emqx-authentication.json\"\n \n\
curl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\"\
\ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/emqx/emqx-exporter/main/grafana-dashboard/template/emqx-5/authorization.json\"\
\ \\\n | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
,/g' \\\n> \"/var/lib/grafana/dashboards/emqx/emqx-authorization.json\"\n \n\
--- 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: 5c46a4f6bbb6d691fd43420e942bc28800ad46f0773e6b29ca840ce58504c89b
+ checksum/dashboards-json-config: ba3c52c58f22153eb498862af4c54cd3c5b64b45de0933f5e9b6c88632c85bf9
checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
kubectl.kubernetes.io/default-container: grafana
reloader.stakater.com/auto: 'true'
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
@@ -80,13 +80,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.30.10
+ image: quay.io/kiwigrid/k8s-sidecar:2.5.0
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: grafana_dashboard
@@ -120,13 +120,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-dashboard-volume
mountPath: /tmp/dashboards
- name: grafana-sc-datasources
- image: quay.io/kiwigrid/k8s-sidecar:1.30.10
+ image: quay.io/kiwigrid/k8s-sidecar:2.5.0
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: grafana_datasource
@@ -160,27 +160,30 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-datasources-volume
mountPath: /etc/grafana/provisioning/datasources
- name: grafana
- image: docker.io/grafana/grafana:12.2.1
+ image: docker.io/grafana/grafana:12.3.1
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
+ privileged: false
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: config
mountPath: /etc/grafana/grafana.ini
subPath: grafana.ini
- name: storage
mountPath: /var/lib/grafana
+ - name: search
+ mountPath: /var/lib/grafana-search
- name: dashboards-solar
mountPath: /var/lib/grafana/dashboards/solar
- name: config
mountPath: /etc/grafana/provisioning/datasources/datasources.yaml
subPath: datasources.yaml
- name: config
@@ -235,12 +238,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: GOMEMLIMIT
valueFrom:
resourceFieldRef:
divisor: '1'
resource: limits.memory
- name: GF_ANALYTICS_CHECK_FOR_UPDATES
@@ -272,19 +277,19 @@
name: influxdb-auth-secret
optional: false
livenessProbe:
failureThreshold: 10
httpGet:
path: /api/health
- port: 3000
+ port: grafana
initialDelaySeconds: 60
timeoutSeconds: 30
readinessProbe:
httpGet:
path: /api/health
- port: 3000
+ port: grafana
resources:
limits:
memory: 219M
requests:
cpu: 23m
memory: 127M
@@ -310,12 +315,14 @@
- name: dashboards-solar
configMap:
name: solar-dashboards
- name: storage
persistentVolumeClaim:
claimName: grafana
+ - name: search
+ emptyDir: {}
- name: sc-dashboard-volume
emptyDir: {}
- name: sc-dashboard-provider
configMap:
name: grafana-config-dashboards
- name: sc-datasources-volume
--- HelmRelease: observability/grafana ServiceMonitor: observability/grafana
+++ HelmRelease: observability/grafana ServiceMonitor: observability/grafana
@@ -2,12 +2,13 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: grafana
namespace: observability
labels:
+ release: grafana
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
spec:
endpoints:
- port: service
interval: 30s |
--- kubernetes/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana
+++ kubernetes/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana
@@ -14,13 +14,13 @@
chart: grafana
interval: 60m
sourceRef:
kind: HelmRepository
name: grafana-charts
namespace: flux-system
- version: 10.1.4
+ version: 10.5.15
install:
createNamespace: true
remediation:
retries: 3
interval: 60m
maxHistory: 2 |
832d089 to
57676d4
Compare
57676d4 to
8ebaa47
Compare
2b29b2e to
226c59a
Compare
226c59a to
6dd1ea4
Compare
e46102a to
c4fe4dc
Compare
c4fe4dc to
2fc1ad9
Compare
2fc1ad9 to
2ed65b8
Compare
2ed65b8 to
62018c2
Compare
62018c2 to
d01266b
Compare
2459e79 to
23cd8c2
Compare
23cd8c2 to
34f784d
Compare
34f784d to
5ac2ab9
Compare
5ac2ab9 to
aefe350
Compare
aefe350 to
742a3ff
Compare
742a3ff to
ba717ce
Compare
ba717ce to
86ef1b5
Compare
86ef1b5 to
a83c2fc
Compare
4048635 to
0a4f7d1
Compare
0a4f7d1 to
c001a62
Compare
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.1.4→10.5.15Release Notes
grafana/helm-charts (grafana)
v10.5.15Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.61.3...grafana-10.5.15
v10.5.14Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@alloy-1.5.3...grafana-10.5.14
v10.5.13Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@beyla-1.11.0...grafana-10.5.13
v10.5.12Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-10.5.11...grafana-10.5.12
v10.5.11Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-10.5.10...grafana-10.5.11
v10.5.10Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@tempo-distributed-1.61.0...grafana-10.5.10
v10.5.9Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@helm-loki-6.50.0...grafana-10.5.9
v10.5.8Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-10.5.7...grafana-10.5.8
v10.5.7Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-10.5.6...grafana-10.5.7
v10.5.6Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@k8s-monitoring-3.7.2...grafana-10.5.6
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
v10.5.4Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-10.5.3...grafana-10.5.4
v10.5.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-10.5.2...grafana-10.5.3
v10.5.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-10.5.1...grafana-10.5.2
v10.5.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-10.5.0...grafana-10.5.1
v10.5.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-10.4.3...grafana-10.5.0
v10.4.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-10.4.2...grafana-10.4.3
v10.4.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@grafana-10.4.1...grafana-10.4.2
v10.4.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@enterprise-logs-2.5.1...grafana-10.4.1
v10.4.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@beyla-1.10.3...grafana-10.4.0
v10.3.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-operator-5.21.2...grafana-10.3.2
v10.3.1Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@beyla-1.10.1...grafana-10.3.1
v10.3.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.57.0...grafana-10.3.0
v10.2.0Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@grafana-10.1.5...grafana-10.2.0
v10.1.5Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@helm-k6-operator-4.1.1...grafana-10.1.5
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.