Skip to content

Commit

Permalink
Update Grafana Agent (#324)
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 Jan 5, 2024
1 parent 3cf3855 commit de1797d
Show file tree
Hide file tree
Showing 25 changed files with 644 additions and 287 deletions.
2 changes: 1 addition & 1 deletion .github/configs/updatecli.d/grafana-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ targets:
kind: helmchart
spec:
file: Chart.yaml
key: $.dependencies[1].version
key: $.dependencies[2].version
name: charts/k8s-monitoring
versionincrement: none
sourceid: grafana-agent
10 changes: 5 additions & 5 deletions charts/k8s-monitoring/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies:
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.29.0
version: 0.30.0
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.29.0
version: 0.30.0
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.29.0
version: 0.30.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.15.3
Expand All @@ -23,5 +23,5 @@ dependencies:
- name: opencost
repository: https://opencost.github.io/opencost-helm-chart
version: 1.28.0
digest: sha256:4b785fc47b83f37e97b3e54c3e39242d5e89d0bc4c06d184e9b81773bce0159d
generated: "2024-01-03T12:01:22.289082-06:00"
digest: sha256:33d5bb7704f481ed6fc668a1ed8683f5bb3536aae5721309ea94258e893d8e11
generated: "2024-01-05T13:56:06.080217-06:00"
6 changes: 3 additions & 3 deletions charts/k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ maintainers:
name: skl
dependencies:
- name: grafana-agent
version: 0.29.0
version: 0.30.0
repository: https://grafana.github.io/helm-charts
- alias: grafana-agent-events
name: grafana-agent
version: 0.29.0
version: 0.30.0
repository: https://grafana.github.io/helm-charts
condition: logs.cluster_events.enabled
- alias: grafana-agent-logs
name: grafana-agent
version: 0.29.0
version: 0.30.0
repository: https://grafana.github.io/helm-charts
condition: logs.pod_logs.enabled
- name: kube-state-metrics
Expand Down
6 changes: 3 additions & 3 deletions charts/k8s-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ The Prometheus and Loki services may be hosted on the same cluster, or remotely

| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | grafana-agent | 0.29.0 |
| https://grafana.github.io/helm-charts | grafana-agent-events(grafana-agent) | 0.29.0 |
| https://grafana.github.io/helm-charts | grafana-agent-logs(grafana-agent) | 0.29.0 |
| https://grafana.github.io/helm-charts | grafana-agent | 0.30.0 |
| https://grafana.github.io/helm-charts | grafana-agent-events(grafana-agent) | 0.30.0 |
| https://grafana.github.io/helm-charts | grafana-agent-logs(grafana-agent) | 0.30.0 |
| https://opencost.github.io/opencost-helm-chart | opencost | 1.28.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.15.3 |
| https://prometheus-community.github.io/helm-charts | prometheus-node-exporter | 4.25.0 |
Expand Down
Binary file not shown.
Binary file not shown.
53 changes: 37 additions & 16 deletions examples/control-plane-metrics/output.yaml

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

19 changes: 13 additions & 6 deletions examples/custom-allow-lists/output.yaml

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

Loading

0 comments on commit de1797d

Please sign in to comment.