Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.1
version: 3.4.2
# 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 @@ -721,7 +721,7 @@ Create image name for hotrod image
Define curl image declaration
*/}}
{{- define "curl.image" -}}
{{- $image := "curlimages/curl" -}}
{{- $image := .Values.images.curl -}}
{{- if .Values.global.imageRegistry -}}
{{ .Values.global.imageRegistry }}/{{ $image }}
{{- else -}}
Expand Down
3 changes: 3 additions & 0 deletions charts/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ tag: ""
nameOverride: ""
fullnameOverride: ""

images:
curl: "curlimages/curl:8.11.1"

allInOne:
enabled: false
replicas: 1
Expand Down
Loading