diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index b7877a6275..0080c38f20 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.46.2 +version: 1.46.3 appVersion: 2.8.1 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index 75e65b45ed..fe2000a757 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.46.2](https://img.shields.io/badge/Version-1.46.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square) +![Version: 1.46.3](https://img.shields.io/badge/Version-1.46.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square) Grafana Tempo in MicroService mode diff --git a/charts/tempo-distributed/templates/_helpers.tpl b/charts/tempo-distributed/templates/_helpers.tpl index 71e3dbe0e1..393ea871d1 100644 --- a/charts/tempo-distributed/templates/_helpers.tpl +++ b/charts/tempo-distributed/templates/_helpers.tpl @@ -28,7 +28,7 @@ If release name contains chart name it will be used as a full name. Docker image selector for Tempo. Hierachy based on global, component, and tempo values. */}} {{- define "tempo.tempoImage" -}} -{{- $registry := coalesce .global.registry .component.registry .tempo.registry -}} +{{- $registry := coalesce .component.registry .tempo.registry .global.registry -}} {{- $repository := coalesce .component.repository .tempo.repository -}} {{- $tag := coalesce .component.tag .tempo.tag .defaultVersion | toString -}} {{- printf "%s/%s:%s" $registry $repository $tag -}}