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

[dependency] Update Node Exporter #562

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions charts/k8s-monitoring/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
version: 5.20.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.34.0
version: 4.36.0
- name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 12.0.0
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: opencost
repository: https://opencost.github.io/opencost-helm-chart
version: 1.35.0
digest: sha256:9b840af4845bec9c212d0cbf3dc7666f15eba4527a603f695c85f8a4ee2c0650
generated: "2024-06-07T21:51:33.506459-05:00"
digest: sha256:f3825dbd2fd01a9fdf8a731f4b2ec165d0f2f3c716e2435b41c1420b49dfee38
generated: "2024-06-10T00:18:49.00492116Z"
2 changes: 1 addition & 1 deletion charts/k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: 4.34.0
version: 4.36.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-operator-crds
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The Prometheus and Loki services may be hosted on the same cluster, or remotely
| https://grafana.github.io/helm-charts | alloy-profiles(alloy) | 0.3.2 |
| https://opencost.github.io/opencost-helm-chart | opencost | 1.35.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.20.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-node-exporter | 4.34.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-node-exporter | 4.36.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-operator-crds | 12.0.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-windows-exporter | 0.3.1 |
<!-- markdownlint-enable no-bare-urls -->
Expand Down
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions examples/alloy-autoscaling-and-storage/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions examples/control-plane-metrics/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions examples/custom-config/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions examples/custom-metrics-tuning/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions examples/custom-pricing/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading