From 5d75be2188c705d68a7545000d3ed835cebd152b Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Mon, 5 Aug 2024 15:14:04 +0200 Subject: [PATCH] Helm Chart 1.3.0 with Beyla 1.7.0 (#1078) * Revert "Fix default config value in Helm chart (#961)" This reverts commit e95a7d4898f62c7984445e58dbb753edb0564b36. * Helm Chart 1.3.0 with Beyla 1.7.0 --- charts/beyla/Chart.yaml | 4 ++-- charts/beyla/README.md | 2 +- charts/beyla/values.yaml | 9 +++------ 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/charts/beyla/Chart.yaml b/charts/beyla/Chart.yaml index 977b0b327..3002ee8f5 100644 --- a/charts/beyla/Chart.yaml +++ b/charts/beyla/Chart.yaml @@ -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 diff --git a/charts/beyla/README.md b/charts/beyla/README.md index c2742cd89..a78e1e585 100644 --- a/charts/beyla/README.md +++ b/charts/beyla/README.md @@ -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. diff --git a/charts/beyla/values.yaml b/charts/beyla/values.yaml index a04bf6d2e..87aa22439 100644 --- a/charts/beyla/values.yaml +++ b/charts/beyla/values.yaml @@ -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: