Skip to content

Commit

Permalink
[jaeger] fix all-in-one bug from #499
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnikolov committed Aug 22, 2023
1 parent 48f82ee commit 28ab98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.45.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 0.71.13
version: 0.71.14
# CronJobs require v1.21
kubeVersion: '>= 1.21-0'
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger/templates/allinone-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
prometheus.io/port: "14269"
prometheus.io/scrape: "true"
spec:
{{- if .Values.allInOne.replicas }}
{{- if hasKey .Values.allInOne "replicas" }}
replicas: {{ .Values.allInOne.replicas }}
{{- end }}
strategy:
Expand Down

0 comments on commit 28ab98b

Please sign in to comment.