diff --git a/charts/beyla/Chart.yaml b/charts/beyla/Chart.yaml index 9a5c59b28..6e926f50e 100644 --- a/charts/beyla/Chart.yaml +++ b/charts/beyla/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: beyla -version: 1.4.13 +version: 1.4.14 appVersion: 1.8.8 description: eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics. home: https://grafana.com/oss/beyla-ebpf/ diff --git a/charts/beyla/README.md b/charts/beyla/README.md index 5b18eebbe..e6ea64d14 100644 --- a/charts/beyla/README.md +++ b/charts/beyla/README.md @@ -1,6 +1,6 @@ # beyla -![Version: 1.4.13](https://img.shields.io/badge/Version-1.4.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.8](https://img.shields.io/badge/AppVersion-1.8.8-informational?style=flat-square) +![Version: 1.4.14](https://img.shields.io/badge/Version-1.4.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.8](https://img.shields.io/badge/AppVersion-1.8.8-informational?style=flat-square) eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics. diff --git a/charts/beyla/templates/cache-service.yaml b/charts/beyla/templates/cache-service.yaml index 6f4b167d8..12daf2ba2 100644 --- a/charts/beyla/templates/cache-service.yaml +++ b/charts/beyla/templates/cache-service.yaml @@ -21,12 +21,6 @@ spec: protocol: TCP targetPort: grpc name: grpc -{{ if .Values.k8sCache.internalMetrics.port }} - - port: {{ .Values.k8sCache.internalMetrics.port }} - targetPort: {{ .Values.k8sCache.internalMetrics.portName }} - name: {{ .Values.k8sCache.internalMetrics.portName }} - protocol: TCP -{{- end }} selector: app.kubernetes.io/name: {{ .Values.k8sCache.service.name }} {{- end }}