File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.53.0
33description : A Jaeger Helm chart for Kubernetes
44name : jaeger
55type : application
6- version : 3.4.1
6+ version : 3.4.2
77# CronJobs require v1.21
88kubeVersion : " >= 1.21-0"
99keywords :
Original file line number Diff line number Diff line change @@ -721,7 +721,7 @@ Create image name for hotrod image
721721Define curl image declaration
722722*/} }
723723{ {- define " curl.image" -} }
724- { {- $image := " curlimages/ curl" -} }
724+ { {- $image := .Values.images. curl -} }
725725{ {- if .Values.global.imageRegistry -} }
726726{ { .Values.global.imageRegistry } }/{ { $image } }
727727{ {- else -} }
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ tag: ""
1919nameOverride : " "
2020fullnameOverride : " "
2121
22+ images :
23+ curl : " curlimages/curl:8.11.1"
24+
2225allInOne :
2326 enabled : false
2427 replicas : 1
You can’t perform that action at this time.
0 commit comments