diff --git a/charts/jaeger/Chart.yaml b/charts/jaeger/Chart.yaml index 5d54db89..1c7cfb1d 100644 --- a/charts/jaeger/Chart.yaml +++ b/charts/jaeger/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 1.53.0 description: A Jaeger Helm chart for Kubernetes name: jaeger type: application -version: 3.0.7 +version: 3.0.8 # CronJobs require v1.21 kubeVersion: ">= 1.21-0" keywords: diff --git a/charts/jaeger/templates/_helpers.tpl b/charts/jaeger/templates/_helpers.tpl index 7cf5e82b..3bb14071 100644 --- a/charts/jaeger/templates/_helpers.tpl +++ b/charts/jaeger/templates/_helpers.tpl @@ -565,7 +565,7 @@ If not tag is provided, it defaults to .Chart.AppVersion. */}} {{- define "renderImage" -}} {{- $image := merge .imageRoot (dict "tag" .context.Chart.AppVersion) -}} -{{- include "common.images.image" (dict "imageRoot" $image "global" .context.Values.Global) -}} +{{- include "common.images.image" (dict "imageRoot" $image "global" .context.Values.global) -}} {{- end -}} {{/*