Skip to content

Commit

Permalink
fix: add missing app.kubernetes.io/instance label
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Ribeiro <[email protected]>
  • Loading branch information
rafaribe authored and majidazimi committed Jun 23, 2021
1 parent 1df1bac commit cc622b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jaeger-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: jaeger-operator Helm chart for Kubernetes
name: jaeger-operator
version: 2.21.3
version: 2.21.4
appVersion: 1.22.1
home: https://www.jaegertracing.io/
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
Expand Down
1 change: 1 addition & 0 deletions charts/jaeger-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ Create chart name and version as used by the chart label.
{{/* Generate basic labels */}}
{{- define "jaeger-operator.labels" }}
app.kubernetes.io/name: {{ include "jaeger-operator.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}

0 comments on commit cc622b0

Please sign in to comment.