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

fix(helm-chart): update helm release grafana to 7.3.9 #468

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json

Check failure on line 2 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

2:81 [line-length] line too long (131 > 80 characters)
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
Expand All @@ -13,7 +13,7 @@
kind: HelmRepository
name: grafana
namespace: flux-system
version: 7.3.8
version: 7.3.9
interval: 30m
timeout: 20m
values:
Expand Down Expand Up @@ -97,7 +97,7 @@
value: 'http:\\/\\/10.5.0.7:4000'

cert-manager:
url: https://raw.githubusercontent.com/monitoring-mixins/website/master/assets/cert-manager/dashboards/cert-manager.json

Check failure on line 100 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

100:81 [line-length] line too long (130 > 80 characters)
datasource: Prometheus

cloudflared:
Expand All @@ -115,7 +115,7 @@
datasource: Prometheus

external-secrets:
url: https://raw.githubusercontent.com/external-secrets/external-secrets/main/docs/snippets/dashboard.json

Check failure on line 118 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

118:81 [line-length] line too long (116 > 80 characters)
datasource: Prometheus

node-exporter-full:
Expand All @@ -125,7 +125,7 @@
datasource: Prometheus

node-feature-discovery:
url: https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/master/examples/grafana-dashboard.json

Check failure on line 128 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

128:81 [line-length] line too long (126 > 80 characters)
datasource: Prometheus

speedtest-exporter-hub:
Expand Down Expand Up @@ -169,13 +169,13 @@

flux:
flux-cluster:
url: https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/cluster.json

Check failure on line 172 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

172:81 [line-length] line too long (128 > 80 characters)
datasource: Prometheus
flux-control-plane:
url: https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/control-plane.json

Check failure on line 175 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

175:81 [line-length] line too long (134 > 80 characters)
datasource: Prometheus
flux-logs:
url: https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/logs.json

Check failure on line 178 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

178:81 [line-length] line too long (125 > 80 characters)
datasource: Prometheus

kubernetes:
Expand Down Expand Up @@ -212,15 +212,15 @@

nginx:
nginx:
url: https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/nginx.json

Check failure on line 215 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

215:81 [line-length] line too long (117 > 80 characters)
datasource: Prometheus
nginx-request-handling-performance:
url: https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/request-handling-performance.json

Check failure on line 218 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

218:81 [line-length] line too long (140 > 80 characters)
datasource: Prometheus

thanos:
thanos-bucket-replicate:
url: https://raw.githubusercontent.com/monitoring-mixins/website/master/assets/thanos/dashboards/bucket-replicate.json

Check failure on line 223 in kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

223:81 [line-length] line too long (128 > 80 characters)
datasource: Prometheus
thanos-compact:
url: https://raw.githubusercontent.com/monitoring-mixins/website/master/assets/thanos/dashboards/compact.json
Expand Down