Skip to content

Commit

Permalink
Helm Chart 1.3.0 with Beyla 1.7.0 (#1078)
Browse files Browse the repository at this point in the history
* Revert "Fix default config value in Helm chart (#961)"

This reverts commit e95a7d4.

* Helm Chart 1.3.0 with Beyla 1.7.0
  • Loading branch information
mariomac authored Aug 5, 2024
1 parent 93aac32 commit 5d75be2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/beyla/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: beyla
version: 1.2.1
appVersion: 1.6.2
version: 1.3.0
appVersion: 1.7.0
description: eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics.
home: https://grafana.com/oss/beyla-ebpf/
icon: https://grafana.com/static/img/logos/beyla-logo.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/beyla/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# beyla

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.2](https://img.shields.io/badge/AppVersion-1.6.2-informational?style=flat-square)
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.0](https://img.shields.io/badge/AppVersion-1.7.0-informational?style=flat-square)

eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics.

Expand Down
9 changes: 3 additions & 6 deletions charts/beyla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,9 @@ config:
attributes:
kubernetes:
enable: true
## internal metrics reporting. Refer: https://grafana.com/docs/beyla/latest/configure/options/#internal-metrics-reporter
## If set, user can expose the metrics endpoint via k8s service by configuring .Values.service section
internal_metrics:
prometheus:
port: 9090
path: /metrics
prometheus_export:
port: 9090
path: /metrics

## Env variables that will override configmap values
## For example:
Expand Down

0 comments on commit 5d75be2

Please sign in to comment.