Skip to content

Commit d76fe7b

Browse files
Merge pull request #3479 from xogoodnow/installed-components
[tempo-distributed] Declare after installation
2 parents 8b52cc1 + 202b361 commit d76fe7b

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
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.40.1
5+
version: 1.40.2
66
appVersion: 2.7.2
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

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

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

55
Grafana Tempo in MicroService mode
66

@@ -447,8 +447,8 @@ The memcached default args are removed and should be provided manually. The sett
447447
| enterpriseGateway.image.tag | string | `nil` | Docker image tag for the enterpriseGateway image. Overrides `tempo.image.tag` |
448448
| enterpriseGateway.ingress.annotations | object | `{}` | Annotations for the enterprise-gateway ingress |
449449
| enterpriseGateway.ingress.enabled | bool | `false` | Specifies whether an ingress for the enterprise-gateway should be created |
450-
| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.gem.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress |
451-
| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.gem.example.com"],"secretName":"gem-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress |
450+
| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.get.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress |
451+
| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.get.example.com"],"secretName":"get-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress |
452452
| enterpriseGateway.initContainers | list | `[]` | |
453453
| enterpriseGateway.nodeSelector | object | `{}` | |
454454
| enterpriseGateway.persistence.subPath | string | `nil` | |

charts/tempo-distributed/templates/NOTES.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,25 @@ Installed components:
1313
* federation-frontend
1414
{{- end }}
1515
* compactor
16+
{{- if .Values.metricsGenerator.enabled }}
17+
* metrics-generator
18+
{{- end }}
1619
{{- if .Values.memcached.enabled }}
1720
* memcached
1821
{{- end }}
22+
{{- if .Values.memcachedExporter.enabled }}
23+
* memcached-exporter
24+
{{- end }}
1925
{{- if .Values.gateway.enabled }}
2026
* gateway
21-
{{- end }}
27+
{{- end }}
28+
{{- if .Values.minio.enabled }}
29+
* minio
30+
{{- end }}
31+
{{- if .Values.rollout_operator.enabled }}
32+
* rollout-operator
33+
{{- end }}
34+
{{- if .Values.enterprise.enabled }}
35+
* admin_api
36+
* enterprise-gateway
37+
{{- end }}

charts/tempo-distributed/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,16 +2531,16 @@ enterpriseGateway:
25312531
annotations: {}
25322532
# -- Hosts configuration for the enterprise-gateway ingress
25332533
hosts:
2534-
- host: gateway.gem.example.com
2534+
- host: gateway.get.example.com
25352535
paths:
25362536
- path: /
25372537
# -- pathType (e.g. ImplementationSpecific, Prefix, .. etc.) might also be required by some Ingress Controllers
25382538
# pathType: Prefix
25392539
# -- TLS configuration for the enterprise-gateway ingress
25402540
tls:
2541-
- secretName: gem-gateway-tls
2541+
- secretName: get-gateway-tls
25422542
hosts:
2543-
- gateway.gem.example.com
2543+
- gateway.get.example.com
25442544

25452545
# -- Create extra manifests via values.
25462546
extraObjects: []

0 commit comments

Comments
 (0)