Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(grafana-dashboards)!: Update dashboard Ceph Cluster ( 17 β†’ 18 ) #7146

Merged
1 commit merged into from
Sep 5, 2024

Conversation

ghost
Copy link

@ghost ghost commented Sep 5, 2024

This PR contains the following updates:

Package Update Change
Ceph Cluster major 17 -> 18

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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.

| datasource                | package | from | to |
| ------------------------- | ------- | ---- | -- |
| custom.grafana-dashboards | 2842    | 17   | 18 |
@ghost ghost added renovate/grafana-dashboard type/major Issue relates to a major version bump labels Sep 5, 2024
@ghost ghost enabled auto-merge (rebase) September 5, 2024 16:06
@ghost ghost added area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Sep 5, 2024
@ghost
Copy link
Author

ghost commented Sep 5, 2024

--- kubernetes/main/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana

+++ kubernetes/main/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana

@@ -88,13 +88,13 @@

           type: file
     dashboards:
       ceph:
         ceph-cluster:
           datasource: Prometheus
           gnetId: 2842
-          revision: 17
+          revision: 18
         ceph-osd:
           datasource: Prometheus
           gnetId: 5336
           revision: 9
         ceph-pools:
           datasource: Prometheus

@ghost
Copy link
Author

ghost commented Sep 5, 2024

--- HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana

+++ HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana

@@ -115,13 +115,13 @@

       type: file
   download_dashboards.sh: "#!/usr/bin/env sh\nset -euf\nmkdir -p /var/lib/grafana/dashboards/default\n\
     mkdir -p /var/lib/grafana/dashboards/ceph\nmkdir -p /var/lib/grafana/dashboards/flux\n\
     mkdir -p /var/lib/grafana/dashboards/kubernetes\nmkdir -p /var/lib/grafana/dashboards/nginx\n\
     mkdir -p /var/lib/grafana/dashboards/postgres\nmkdir -p /var/lib/grafana/dashboards/unpoller\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/2842/revisions/17/download\"\
+    \ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n  \"https://grafana.com/api/dashboards/2842/revisions/18/download\"\
     \ \\\n  | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
     ,/g' \\\n> \"/var/lib/grafana/dashboards/ceph/ceph-cluster.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/5336/revisions/9/download\"\
     \ \\\n  | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
     ,/g' \\\n> \"/var/lib/grafana/dashboards/ceph/ceph-osd.json\"\n  \ncurl -skf \\\

@ghost ghost merged commit 4b4732d into main Sep 5, 2024
19 checks passed
@ghost ghost deleted the renovate/main-ceph-cluster-18.x branch September 5, 2024 16:08
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/grafana-dashboard type/major Issue relates to a major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants