We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55d6dd commit f4213e2Copy full SHA for f4213e2
2 files changed
charts/jaeger/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: 1.53.0
3
description: A Jaeger Helm chart for Kubernetes
4
name: jaeger
5
type: application
6
-version: 3.0.9
+version: 3.0.10
7
# CronJobs require v1.21
8
kubeVersion: ">= 1.21-0"
9
keywords:
charts/jaeger/README.md
@@ -399,7 +399,7 @@ extraObjects:
399
- apiVersion: rbac.authorization.k8s.io/v1
400
kind: RoleBinding
401
metadata:
402
- name: {{ .Release.Name }}-someRoleBinding
+ name: "{{ .Release.Name }}-someRoleBinding"
403
roleRef:
404
apiGroup: rbac.authorization.k8s.io
405
kind: Role
0 commit comments