Skip to content

Commit 665f0bf

Browse files
Merge pull request #3824 from javiermolinar/update-get-image
[tempo-distributed] Update GET version to 2.8.1
2 parents 902e208 + 488b9db commit 665f0bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/tempo-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tempo-distributed
33
description: Grafana Tempo in MicroService mode
44
type: application
5-
version: 1.46.0
5+
version: 1.46.1
66
appVersion: 2.8.1
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.46.0](https://img.shields.io/badge/Version-1.46.0-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)
3+
![Version: 1.46.1](https://img.shields.io/badge/Version-1.46.1-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)
44

55
Grafana Tempo in MicroService mode
66

@@ -408,7 +408,7 @@ The memcached default args are removed and should be provided manually. The sett
408408
| distributor.topologySpreadConstraints | string | Defaults to allow skew no more then 1 node per AZ | topologySpread for distributor pods. Passed through `tpl` and, thus, to be configured as string |
409409
| enterprise.enabled | bool | `false` | |
410410
| enterprise.image.repository | string | `"grafana/enterprise-traces"` | Grafana Enterprise Traces container image repository. Note: for Grafana Tempo use the value 'image.repository' |
411-
| enterprise.image.tag | string | `"v2.6.1"` | Grafana Enterprise Traces container image tag. Note: for Grafana Tempo use the value 'image.tag' |
411+
| enterprise.image.tag | string | `"v2.8.1"` | Grafana Enterprise Traces container image tag. Note: for Grafana Tempo use the value 'image.tag' |
412412
| enterpriseFederationFrontend.affinity | string | Hard node and soft zone anti-affinity | Affinity for federation-frontend pods. Passed through `tpl` and, thus, to be configured as string |
413413
| enterpriseFederationFrontend.autoscaling.enabled | bool | `false` | Enable autoscaling for the federation-frontend |
414414
| enterpriseFederationFrontend.autoscaling.maxReplicas | int | `3` | Maximum autoscaling replicas for the federation-frontend |

charts/tempo-distributed/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ enterprise:
22732273
# -- Grafana Enterprise Traces container image repository. Note: for Grafana Tempo use the value 'image.repository'
22742274
repository: grafana/enterprise-traces
22752275
# -- Grafana Enterprise Traces container image tag. Note: for Grafana Tempo use the value 'image.tag'
2276-
tag: v2.6.1
2276+
tag: v2.8.1
22772277
# Note: pullPolicy and optional pullSecrets are set in toplevel 'image' section, not here
22782278

22792279
# In order to use Grafana Enterprise Traces features, you will need to provide the contents of your Grafana Enterprise Traces

0 commit comments

Comments
 (0)