From a7760783d6f204c2b25751d095ca489dc046502b Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Mon, 13 Jan 2025 17:54:49 +0100 Subject: [PATCH] update Beyla version in helm chart (#1522) --- charts/beyla/Chart.yaml | 4 ++-- charts/beyla/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/beyla/Chart.yaml b/charts/beyla/Chart.yaml index 7a77c77e6..6ea8bb172 100644 --- a/charts/beyla/Chart.yaml +++ b/charts/beyla/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: beyla -version: 1.6.0 -appVersion: 1.9.6 +version: 1.6.1 +appVersion: 1.9.7 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 4e70f5c3d..ea7daa0d6 100644 --- a/charts/beyla/README.md +++ b/charts/beyla/README.md @@ -1,6 +1,6 @@ # beyla -![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.6](https://img.shields.io/badge/AppVersion-1.9.6-informational?style=flat-square) +![Version: 1.6.1](https://img.shields.io/badge/Version-1.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.7](https://img.shields.io/badge/AppVersion-1.9.7-informational?style=flat-square) eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics.