We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba17454 commit 38bb360Copy full SHA for 38bb360
charts/opentelemetry-collector/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: opentelemetry-collector
3
-version: 0.5.7
+version: 0.5.8
4
description: OpenTelemetry Collector Helm chart for Kubernetes
5
type: application
6
home: https://opentelemetry.io/
charts/opentelemetry-collector/templates/service.yaml
@@ -5,6 +5,7 @@ metadata:
name: {{ include "opentelemetry-collector.fullname" . }}
labels:
7
{{- include "opentelemetry-collector.labels" . | nindent 4 }}
8
+ component: standalone-collector
9
{{- if .Values.service.annotations }}
10
annotations:
11
{{ toYaml .Values.service.annotations | nindent 4 }}
0 commit comments