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(deps): update helm release opentelemetry-collector to v0.109.0 #345

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/promtail-forwarding/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 6.16.6
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.108.0
digest: sha256:49a5c1b78c464bbcc7b3d7a8964d7f2c98ca5f9bd0fc6f9939d722932446a5cf
generated: "2024-10-04T20:07:23.960978378Z"
version: 0.109.0
digest: sha256:674b85d93a4df473c2998f86d707452148da3148c4808e335a4e032dc4a4d61a
generated: "2024-11-07T16:07:37.424694122Z"
4 changes: 2 additions & 2 deletions charts/promtail-forwarding/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart to install promtail together with OpenTelemetry Collec
home: https://github.com/neticdk/k8s-oaas-observability
sources:
- https://github.com/neticdk/k8s-oaas-observability
version: 0.1.18
version: 0.1.19
maintainers:
- name: langecode
email: [email protected]
Expand All @@ -14,5 +14,5 @@ dependencies:
version: 6.16.6
repository: https://grafana.github.io/helm-charts
- name: opentelemetry-collector
version: 0.108.0
version: 0.109.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
4 changes: 2 additions & 2 deletions charts/promtail-forwarding/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# promtail-forwarding

![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.19](https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart to install promtail together with OpenTelemetry Collector for receiving and forwarding logs

Expand All @@ -24,7 +24,7 @@ $ helm install my-release netic-oaas/promtail-forwarding
| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | promtail | 6.16.6 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.108.0 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.109.0 |

## Configuration

Expand Down
Loading