Skip to content

Commit

Permalink
Helm chart: remove duplicity of labels (#1313)
Browse files Browse the repository at this point in the history
* Helm chart: remove duplicity of labels

* update chart version
  • Loading branch information
mariomac authored Nov 5, 2024
1 parent e335dd7 commit b4ba8d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/beyla/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: beyla
version: 1.4.5
version: 1.4.6
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/
Expand Down
1 change: 0 additions & 1 deletion charts/beyla/templates/cache-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ spec:
{{- tpl (toYaml . | nindent 8) $root }}
{{- end }}
labels:
{{- include "beyla.labels" . | nindent 8 }}
app.kubernetes.io/name: {{ .Values.k8sCache.service.name }}
spec:
{{- if .Values.serviceAccount.create }}
Expand Down

0 comments on commit b4ba8d3

Please sign in to comment.