Skip to content

Commit

Permalink
Update Grafana Alloy (#521)
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
github-actions[bot] authored May 14, 2024
1 parent 2058fb3 commit 4bafd42
Show file tree
Hide file tree
Showing 28 changed files with 1,031 additions and 382 deletions.
12 changes: 6 additions & 6 deletions charts/k8s-monitoring/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dependencies:
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 0.1.1
version: 0.2.0
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 0.1.1
version: 0.2.0
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 0.1.1
version: 0.2.0
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 0.1.1
version: 0.2.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.19.0
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: opencost
repository: https://opencost.github.io/opencost-helm-chart
version: 1.35.0
digest: sha256:f9e451215b8576848ac6a7759e0cdb60bee2283ff1a7aca7d8dd5774a76fb70a
generated: "2024-05-06T00:17:25.609663266Z"
digest: sha256:58118f9eb99a73c33b4e934a259c657afbb7b7617c3f0fedbe596b763b3530f2
generated: "2024-05-14T00:17:30.194558861Z"
8 changes: 4 additions & 4 deletions charts/k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ maintainers:
name: skl
dependencies:
- name: alloy
version: 0.1.1
version: 0.2.0
repository: https://grafana.github.io/helm-charts
- alias: alloy-events
name: alloy
version: 0.1.1
version: 0.2.0
repository: https://grafana.github.io/helm-charts
condition: logs.cluster_events.enabled
- alias: alloy-logs
name: alloy
version: 0.1.1
version: 0.2.0
repository: https://grafana.github.io/helm-charts
condition: logs.pod_logs.enabled
- alias: alloy-profiles
name: alloy
version: 0.1.1
version: 0.2.0
repository: https://grafana.github.io/helm-charts
condition: profiles.enabled
- name: kube-state-metrics
Expand Down
8 changes: 4 additions & 4 deletions charts/k8s-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ The Prometheus and Loki services may be hosted on the same cluster, or remotely

| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | alloy | 0.1.1 |
| https://grafana.github.io/helm-charts | alloy-events(alloy) | 0.1.1 |
| https://grafana.github.io/helm-charts | alloy-logs(alloy) | 0.1.1 |
| https://grafana.github.io/helm-charts | alloy-profiles(alloy) | 0.1.1 |
| https://grafana.github.io/helm-charts | alloy | 0.2.0 |
| https://grafana.github.io/helm-charts | alloy-events(alloy) | 0.2.0 |
| https://grafana.github.io/helm-charts | alloy-logs(alloy) | 0.2.0 |
| https://grafana.github.io/helm-charts | alloy-profiles(alloy) | 0.2.0 |
| https://opencost.github.io/opencost-helm-chart | opencost | 1.35.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.19.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-node-exporter | 4.34.0 |
Expand Down
Binary file removed charts/k8s-monitoring/charts/alloy-0.1.1.tgz
Binary file not shown.
Binary file added charts/k8s-monitoring/charts/alloy-0.2.0.tgz
Binary file not shown.
68 changes: 50 additions & 18 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.

Loading

0 comments on commit 4bafd42

Please sign in to comment.