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 external-dns to revision 3 - autoclosed #6518

Closed
wants to merge 1 commit into from

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Dec 8, 2023

This PR contains the following updates:

Package Update Change
External-dns major 1 -> 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.

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 8, 2023

--- 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

@@ -115,14 +115,14 @@

           revision: 6
         cloudnative-pg:
           datasource: Prometheus
           url: https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/docs/src/samples/monitoring/grafana-dashboard.json
         external-dns:
           datasource: Prometheus
-          gnetId: 15038
-          revision: 1
+          gnetId: 35038
+          revision: 3
         external-secrets:
           datasource: Prometheus
           url: https://raw.githubusercontent.com/external-secrets/external-secrets/main/docs/snippets/dashboard.json
         miniflux:
           datasource: Prometheus
           url: https://raw.githubusercontent.com/miniflux/v2/main/contrib/grafana/dashboard.json

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 8, 2023

--- kubernetes/main HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana

+++ kubernetes/main HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana

@@ -165,13 +165,13 @@

     \ \\\n      | sed '/-- .* --/! s/${DS_PROMETHEUS}/Prometheus/g' \\\n> \"/var/lib/grafana/dashboards/default/cloudflared.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/cloudnative-pg/cloudnative-pg/main/docs/src/samples/monitoring/grafana-dashboard.json\"\
     \ \\\n  | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
     ,/g' \\\n> \"/var/lib/grafana/dashboards/default/cloudnative-pg.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/15038/revisions/1/download\"\
+    \ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n  \"https://grafana.com/api/dashboards/35038/revisions/3/download\"\
     \ \\\n  | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
     ,/g' \\\n> \"/var/lib/grafana/dashboards/default/external-dns.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/external-secrets/external-secrets/main/docs/snippets/dashboard.json\"\
     \ \\\n  | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
     ,/g' \\\n> \"/var/lib/grafana/dashboards/default/external-secrets.json\"\n  \n\
--- kubernetes/main HelmRelease: monitoring/grafana Deployment: monitoring/grafana

+++ kubernetes/main HelmRelease: monitoring/grafana Deployment: monitoring/grafana

@@ -22,13 +22,13 @@

       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
         checksum/dashboards-json-config: 0c6fda2c32a72cf57b26b638601533d510b1fde65b3409897b8cc122d55ac18e
         checksum/sc-dashboard-provider-config: 486cbc8400fb70eb3119cfc2ce2070443ad9115ccf344430aaad7e1abdd5b2de
-        checksum/secret: 3e860970c610013a33df6940099008be452a21846340ca92dd3bdf9a41a06346
+        checksum/secret: e94f88da76569790d0d238ec993dc5b3061fea4a5a47acf4c6934cbcf48e20e6
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       securityContext:
         fsGroup: 472

@bot-ross bot-ross bot force-pushed the renovate/main-external-dns-3.x branch 11 times, most recently from afba92f to 4e4a5b9 Compare December 8, 2023 20:20
@bot-ross bot-ross bot changed the title chore(grafana-dashboards): update dashboard external-dns to revision 3 chore(grafana-dashboards): update dashboard external-dns to revision 3 - autoclosed Dec 8, 2023
@bot-ross bot-ross bot closed this Dec 8, 2023
@bot-ross bot-ross bot deleted the renovate/main-external-dns-3.x branch December 8, 2023 20:40
@bot-ross bot-ross bot changed the title chore(grafana-dashboards): update dashboard external-dns to revision 3 - autoclosed chore(grafana-dashboards): update dashboard external-dns to revision 3 Dec 8, 2023
@bot-ross bot-ross bot restored the renovate/main-external-dns-3.x branch December 8, 2023 20:52
@bot-ross bot-ross bot reopened this Dec 8, 2023
@bot-ross bot-ross bot force-pushed the renovate/main-external-dns-3.x branch from 4e4a5b9 to ea842ba Compare December 8, 2023 20:52
@bot-ross bot-ross bot force-pushed the renovate/main-external-dns-3.x branch from ea842ba to 386b987 Compare December 8, 2023 22:34
@bot-ross bot-ross bot changed the title chore(grafana-dashboards): update dashboard external-dns to revision 3 chore(grafana-dashboards): update dashboard external-dns to revision 3 - autoclosed Dec 8, 2023
@bot-ross bot-ross bot closed this Dec 8, 2023
@bot-ross bot-ross bot deleted the renovate/main-external-dns-3.x branch December 8, 2023 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants