Skip to content

Commit

Permalink
Merge pull request #2115 from allanhung/fix-tempo-distributed-issue
Browse files Browse the repository at this point in the history
[tempo-distributed] Fix issue when render chart templates
  • Loading branch information
joe-elliott committed Jan 12, 2023
2 parents 6fe06b8 + 41884e5 commit ce3e030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 0.27.16
version: 0.27.17
appVersion: 1.5.0
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo-distributed/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tempo-distributed

![Version: 0.27.16](https://img.shields.io/badge/Version-0.27.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
![Version: 0.27.17](https://img.shields.io/badge/Version-0.27.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)

Grafana Tempo in MicroService mode

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ gateway image
gateway imagePullSecrets
*/}}
{{- define "tempo.gatewayImagePullSecrets" -}}
{{- $dict := dict "service" .Values.gateway.image "global" .Values.global.image "tempo" (dict) -}}
{{- $dict := dict "component" .Values.gateway.image "global" .Values.global.image "tempo" (dict) -}}
{{- include "tempo.imagePullSecrets" $dict -}}
{{- end }}

0 comments on commit ce3e030

Please sign in to comment.