diff --git a/charts/beyla/Chart.yaml b/charts/beyla/Chart.yaml index 306c6a13e..a71962768 100644 --- a/charts/beyla/Chart.yaml +++ b/charts/beyla/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: beyla -version: 1.4.6 +version: 1.4.7 appVersion: 1.8.6 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/templates/cache-deployment.yaml b/charts/beyla/templates/cache-deployment.yaml index 378789692..c554795a4 100644 --- a/charts/beyla/templates/cache-deployment.yaml +++ b/charts/beyla/templates/cache-deployment.yaml @@ -44,4 +44,7 @@ spec: - containerPort: {{ .Values.k8sCache.service.port }} protocol: TCP name: grpc + env: + - name: BEYLA_K8S_CACHE_PORT + value: "{{ .Values.k8sCache.service.port }}" {{- end }} \ No newline at end of file