Skip to content

Commit 664a7ca

Browse files
Merge pull request #3745 from KyriosGN0/tempo-port
[tempo] align port to 3200
2 parents e8c6418 + 6f724aa commit 664a7ca

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

charts/tempo/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
33
description: Grafana Tempo Single Binary Mode
44
type: application
5-
version: 1.21.1
5+
version: 1.22.0
66
appVersion: 2.7.1
77
engine: gotpl
88
home: https://grafana.net

charts/tempo/README.md

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

3-
![Version: 1.21.1](https://img.shields.io/badge/Version-1.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)
3+
![Version: 1.22.0](https://img.shields.io/badge/Version-1.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)
44

55
Grafana Tempo Single Binary Mode
66

@@ -155,9 +155,13 @@ The command removes all the Kubernetes components associated with the chart and
155155

156156
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
157157

158+
### From Chart versions < 1.21.1
159+
* Breaking Change *
160+
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.
161+
158162
### From Chart versions < 1.19.0
159163
* Breaking Change *
160-
In order to reduce confusion, the overrides configurations have been renamed as below.
164+
In order to reduce confusion, the overrides configurations have been renamed as below.
161165

162166
`global_overrides` => `overrides` (this is where the defaults for every tenant is set)
163167
`overrides` => `per_tenant_overrides` (this is where configurations for specific tenants can be set)
@@ -187,4 +191,4 @@ and [1.5 -> 2.0 upgrade guide](https://grafana.com/docs/tempo/latest/setup/upgra
187191

188192
Upgrading from pre 0.7.0 will, by default, move your trace storage from `/tmp/tempo/traces` to `/var/tempo/traces`.
189193
This will cause Tempo to lose trace history. If you would like to retain history just copy the contents from the
190-
old folder to the new.
194+
old folder to the new.

charts/tempo/README.md.gotmpl

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@ The command removes all the Kubernetes components associated with the chart and
4040

4141
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
4242

43+
44+
### From Chart versions < 1.21.1
45+
* Breaking Change *
46+
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.
47+
4348
### From Chart versions < 1.19.0
4449
* Breaking Change *
45-
In order to reduce confusion, the overrides configurations have been renamed as below.
50+
In order to reduce confusion, the overrides configurations have been renamed as below.
4651

4752
`global_overrides` => `overrides` (this is where the defaults for every tenant is set)
4853
`overrides` => `per_tenant_overrides` (this is where configurations for specific tenants can be set)
@@ -65,11 +70,11 @@ We recommend reviewing the [release notes](https://github.com/grafana/tempo/rele
6570
### From Chart versions < 1.0.0
6671

6772
Please note that we've incremented the major version when upgrading to Tempo 2.0. There were a large number of
68-
changes in this release (breaking and otherwise). It is encouraged to review the [release notes](https://grafana.com/docs/tempo/latest/release-notes/v2-0/)
73+
changes in this release (breaking and otherwise). It is encouraged to review the [release notes](https://grafana.com/docs/tempo/latest/release-notes/v2-0/)
6974
and [1.5 -> 2.0 upgrade guide](https://grafana.com/docs/tempo/latest/setup/upgrade/) before upgrading.
7075

7176
### From Chart versions < 0.7.0
7277

7378
Upgrading from pre 0.7.0 will, by default, move your trace storage from `/tmp/tempo/traces` to `/var/tempo/traces`.
74-
This will cause Tempo to lose trace history. If you would like to retain history just copy the contents from the
75-
old folder to the new.
79+
This will cause Tempo to lose trace history. If you would like to retain history just copy the contents from the
80+
old folder to the new.

charts/tempo/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
imagePullPolicy: {{ .Values.tempo.pullPolicy }}
6868
name: tempo
6969
ports:
70-
- containerPort: 3100
70+
- containerPort: 3200
7171
name: prom-metrics
7272
- containerPort: 6831
7373
name: jaeger-thrift-c

0 commit comments

Comments
 (0)