Skip to content

Commit

Permalink
[jaeger] Support gRPC storage in Jaeger >=1.60.0
Browse files Browse the repository at this point in the history
Chart version bump did not get pushed.

Signed-off-by: Ryan Underwood <[email protected]>
  • Loading branch information
runderwo committed Jan 15, 2025
1 parent e2dc664 commit 05d3f1a
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.53.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 3.3.3
version: 3.3.4
# CronJobs require v1.21
kubeVersion: ">= 1.21-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Cassandra, Elasticsearch, or grpc-plugin, badger, memory related environment var
{{ include "cassandra.env" . }}
{{- else if eq .Values.storage.type "elasticsearch" -}}
{{ include "elasticsearch.env" . }}
{{- else if eq .Values.storage.type "grpc-plugin" -}}
{{- else if or (eq .Values.storage.type "grpc-plugin") (eq .Values.storage.type "grpc") -}}
{{ include "grpcPlugin.env" . }}
{{- else if eq .Values.storage.type "badger" -}}
{{ include "badger.env" . }}
Expand Down

0 comments on commit 05d3f1a

Please sign in to comment.