Skip to content

Commit

Permalink
[jaeger] make curl image configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
FieteO committed Feb 3, 2025
1 parent 9c9abf4 commit a2ec284
Show file tree
Hide file tree
Showing 3 changed files with 5 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.4.0
version: 3.4.1
# 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

0 comments on commit a2ec284

Please sign in to comment.