Skip to content

Commit

Permalink
Merge pull request #3111 from jordan-simonovski/bugfix-tokengenjob-in…
Browse files Browse the repository at this point in the history
…valid-spec

[tempo-distributed] fix invalid selector configuration for tokengenjob
  • Loading branch information
zalegrala committed May 3, 2024
2 parents f073467 + bcc6ecf commit 1f156b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 1.9.5
version: 1.9.6
appVersion: 2.4.1
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo-distributed/README.md
@@ -1,6 +1,6 @@
# tempo-distributed

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

Grafana Tempo in MicroService mode

Expand Down
2 changes: 2 additions & 0 deletions charts/tempo-distributed/templates/tokengen/tokengen-job.yaml
Expand Up @@ -18,6 +18,8 @@ spec:
completions: 1
parallelism: 1
selector:
matchLabels:
{{- include "tempo.selectorLabels" $dict | nindent 6 }}
template:
metadata:
labels:
Expand Down

0 comments on commit 1f156b7

Please sign in to comment.