-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deps): update helm release tempo to v1.18.1 #824
Conversation
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2024-11-06 22:59:23.718143824 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2024-11-06 22:58:49.277914790 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor: |
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-06 22:59:23.642143226 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-06 22:58:49.205914243 +0000
@@ -5,9 +5,9 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.12.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: "2.5.0"
app.kubernetes.io/managed-by: Helm
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-06 22:59:23.646143257 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-06 22:58:49.205914243 +0000
@@ -5,9 +5,9 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.12.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: "2.5.0"
app.kubernetes.io/managed-by: Helm
@@ -15,8 +15,10 @@
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-06 22:59:23.646143257 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-06 22:58:49.205914243 +0000
@@ -5,9 +5,9 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.12.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: "2.5.0"
app.kubernetes.io/managed-by: Helm
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-06 22:59:23.642143226 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-06 22:58:49.205914243 +0000
@@ -5,9 +5,9 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.12.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: "2.5.0"
app.kubernetes.io/managed-by: Helm
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-06 22:59:23.646143257 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-06 22:58:49.205914243 +0000
@@ -5,15 +5,15 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.12.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.12.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: "2.5.0"
app.kubernetes.io/managed-by: Helm
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-06 22:59:23.646143257 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-06 22:58:49.205914243 +0000
@@ -5,9 +5,9 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.12.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
app.kubernetes.io/version: "2.5.0"
app.kubernetes.io/managed-by: Helm
@@ -23,9 +23,9 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 9a7aedde23938cd08296b32f7a27f503d041dceb423f696ecb7f2372f7e525ec
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers: |
2e96d68
to
1c4b399
Compare
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-08 22:36:07.247532343 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-08 22:35:41.335427325 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.13.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-08 22:36:07.247532343 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-08 22:35:41.335427325 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.13.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-08 22:36:07.251532359 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-08 22:35:41.339427343 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.13.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-08 22:36:07.247532343 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-08 22:35:41.335427325 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.13.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-08 22:36:07.251532359 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-08 22:35:41.339427343 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.13.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.13.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-08 22:36:07.251532359 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-08 22:35:41.339427343 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.13.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 31636dfc08fca009a3650b4ef67ba7fcf76a0cded270fb395e85ef543a1cf639
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686 |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2024-11-08 22:36:07.323532652 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2024-11-08 22:35:41.411427652 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor: |
1c4b399
to
37f5db6
Compare
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-11 19:24:49.509075190 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-11 19:24:23.712692920 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-11 19:24:49.509075190 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-11 19:24:23.712692920 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-11 19:24:49.509075190 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-11 19:24:23.712692920 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-11 19:24:49.509075190 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-11 19:24:23.712692920 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-11 19:24:49.513075249 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-11 19:24:23.712692920 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.14.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-11 19:24:49.513075249 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-11 19:24:23.712692920 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 06920cdd9d45d2e8a89df9d841b3df50d12b47d1c18878f64d9d1cbcd1dfd907
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686 |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2024-11-11 19:24:49.589076370 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2024-11-11 19:24:23.784693996 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -273,8 +275,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2024-11-12 21:21:50.966425002 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2024-11-12 21:21:25.866393338 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -273,8 +275,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi |
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-12 21:21:50.894424899 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-12 21:21:25.798393249 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-12 21:21:50.894424899 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-12 21:21:25.798393249 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-12 21:21:50.894424899 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-12 21:21:25.798393249 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-12 21:21:50.894424899 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-12 21:21:25.798393249 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-12 21:21:50.894424899 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-12 21:21:25.798393249 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.14.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-12 21:21:50.894424899 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-12 21:21:25.798393249 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 06920cdd9d45d2e8a89df9d841b3df50d12b47d1c18878f64d9d1cbcd1dfd907
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686 |
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-14 11:42:14.063993268 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-14 11:41:40.999939264 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-14 11:42:14.063993268 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-14 11:41:40.999939264 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-14 11:42:14.063993268 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-14 11:41:40.999939264 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-14 11:42:14.063993268 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-14 11:41:40.999939264 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-14 11:42:14.063993268 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-14 11:41:40.999939264 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.14.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-14 11:42:14.063993268 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-14 11:41:40.999939264 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 06920cdd9d45d2e8a89df9d841b3df50d12b47d1c18878f64d9d1cbcd1dfd907
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686
Only in out/target/tempo/values-k3d.yaml/sx-tempo/templates: demo.yaml |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2024-11-14 11:42:14.135993390 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2024-11-14 11:41:41.071939394 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -273,8 +275,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi |
89d5cdb
to
cc78ece
Compare
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2024-11-23 14:37:24.470673723 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2024-11-23 14:36:57.674790725 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -273,8 +275,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi |
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-23 14:37:24.398674031 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-23 14:36:57.598791051 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-23 14:37:24.398674031 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-23 14:36:57.598791051 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-23 14:37:24.398674031 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-23 14:36:57.598791051 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-23 14:37:24.398674031 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-23 14:36:57.598791051 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-23 14:37:24.398674031 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-23 14:36:57.598791051 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.14.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-23 14:37:24.398674031 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-23 14:36:57.598791051 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 06920cdd9d45d2e8a89df9d841b3df50d12b47d1c18878f64d9d1cbcd1dfd907
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686
Only in out/target/tempo/values-k3d.yaml/sx-tempo/templates: demo.yaml |
tempo doesn't start. tempo-query container fails with
tempo-query container arg It seems there was a breaking change for tempo-query in this release which is part of this helm chart update: https://github.com/grafana/tempo/releases/tag/v2.6.1 the specific pull request for this breaking change is: grafana/tempo#3840 someone already opened an issue for this: grafana/helm-charts#3417 |
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-24 21:42:37.218369397 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-24 21:42:06.346365558 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-24 21:42:37.222369397 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-24 21:42:06.346365558 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-24 21:42:37.222369397 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-24 21:42:06.346365558 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-24 21:42:37.218369397 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-24 21:42:06.346365558 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-24 21:42:37.222369397 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-24 21:42:06.346365558 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.14.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-24 21:42:37.222369397 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-24 21:42:06.346365558 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 06920cdd9d45d2e8a89df9d841b3df50d12b47d1c18878f64d9d1cbcd1dfd907
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686
Only in out/target/tempo/values-k3d.yaml/sx-tempo/templates: demo.yaml |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2024-11-24 21:42:37.294369409 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2024-11-24 21:42:06.418365655 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -273,8 +275,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi |
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-24 22:11:52.111079745 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-24 22:11:21.911034400 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-24 22:11:52.111079745 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-24 22:11:21.911034400 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-24 22:11:52.111079745 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-24 22:11:21.911034400 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-24 22:11:52.111079745 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-24 22:11:21.911034400 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-24 22:11:52.111079745 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-24 22:11:21.911034400 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.14.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-24 22:11:52.111079745 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-24 22:11:21.911034400 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 06920cdd9d45d2e8a89df9d841b3df50d12b47d1c18878f64d9d1cbcd1dfd907
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686
Only in out/target/tempo/values-k3d.yaml/sx-tempo/templates: demo.yaml |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2024-11-24 22:11:52.183079826 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2024-11-24 22:11:21.983034515 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -273,8 +275,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi |
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-26 19:19:03.794745245 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2024-11-26 19:18:36.586364043 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-26 19:19:03.794745245 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2024-11-26 19:18:36.586364043 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-26 19:19:03.794745245 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2024-11-26 19:18:36.586364043 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-26 19:19:03.794745245 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2024-11-26 19:18:36.586364043 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-26 19:19:03.794745245 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2024-11-26 19:18:36.586364043 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.14.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-26 19:19:03.794745245 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2024-11-26 19:18:36.586364043 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 06920cdd9d45d2e8a89df9d841b3df50d12b47d1c18878f64d9d1cbcd1dfd907
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686
Only in out/target/tempo/values-k3d.yaml/sx-tempo/templates: demo.yaml |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2024-11-26 19:19:03.866746262 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2024-11-26 19:18:36.662365102 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -273,8 +275,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi |
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2025-01-08 20:30:27.984549786 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2025-01-08 20:29:51.311570280 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2025-01-08 20:30:27.984549786 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2025-01-08 20:29:51.311570280 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2025-01-08 20:30:27.984549786 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2025-01-08 20:29:51.311570280 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2025-01-08 20:30:27.984549786 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2025-01-08 20:29:51.311570280 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2025-01-08 20:30:27.984549786 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2025-01-08 20:29:51.311570280 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.14.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2025-01-08 20:30:27.984549786 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2025-01-08 20:29:51.311570280 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 06920cdd9d45d2e8a89df9d841b3df50d12b47d1c18878f64d9d1cbcd1dfd907
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686
Only in out/target/tempo/values-k3d.yaml/sx-tempo/templates: demo.yaml |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2025-01-08 20:30:28.056549742 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2025-01-08 20:29:51.385570237 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -273,8 +275,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2025-01-08 20:59:48.534379251 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2025-01-08 20:59:19.268938231 +0000
@@ -125,8 +125,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -273,8 +275,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi |
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2025-01-08 20:59:48.458378019 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2025-01-08 20:59:19.192936944 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2025-01-08 20:59:48.458378019 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2025-01-08 20:59:19.192936944 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2025-01-08 20:59:48.458378019 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2025-01-08 20:59:19.192936944 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
ports:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2025-01-08 20:59:48.458378019 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2025-01-08 20:59:19.192936944 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2025-01-08 20:59:48.459378035 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2025-01-08 20:59:19.192936944 +0000
@@ -5,18 +5,18 @@
metadata:
name: release-name-tempo
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.14.0
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2025-01-08 20:59:48.458378019 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2025-01-08 20:59:19.192936944 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.14.0
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.6.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: 06920cdd9d45d2e8a89df9d841b3df50d12b47d1c18878f64d9d1cbcd1dfd907
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -70,9 +70,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.6.1
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686
Only in out/target/tempo/values-k3d.yaml/sx-tempo/templates: demo.yaml |
09f3793
to
e4f1648
Compare
Changes Rendered Chartdiff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2025-01-24 19:32:34.304860246 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo-query.yaml 2025-01-24 19:32:06.316863161 +0000
@@ -5,12 +5,12 @@
metadata:
name: tempo-query
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.18.1
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.7.0"
app.kubernetes.io/managed-by: Helm
data:
tempo-query.yaml: |
backend: release-name-tempo:3100
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2025-01-24 19:32:34.304860246 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/configmap-tempo.yaml 2025-01-24 19:32:06.316863161 +0000
@@ -5,18 +5,20 @@
metadata:
name: tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.18.1
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.7.0"
app.kubernetes.io/managed-by: Helm
data:
overrides.yaml: |
overrides:
{}
tempo.yaml: |
+ memberlist:
+ cluster_label: "release-name.default"
multitenancy_enabled: false
usage_report:
reporting_enabled: true
compactor:
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2025-01-24 19:32:34.304860246 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/service.yaml 2025-01-24 19:32:06.316863161 +0000
@@ -5,33 +5,35 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.18.1
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.7.0"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
- ports:
+ ports:
+ - name: tempo-jaeger-thrift-compact
+ port: 6831
+ protocol: UDP
+ targetPort: 6831
+ - name: tempo-jaeger-thrift-binary
+ port: 6832
+ protocol: UDP
+ targetPort: 6832
- name: tempo-prom-metrics
port: 3100
+ protocol: TCP
targetPort: 3100
- name: jaeger-metrics
port: 16687
+ protocol: TCP
targetPort: 16687
- name: tempo-query-jaeger-ui
port: 16686
targetPort: 16686
- - name: tempo-jaeger-thrift-compact
- port: 6831
- protocol: UDP
- targetPort: 6831
- - name: tempo-jaeger-thrift-binary
- port: 6832
- protocol: UDP
- targetPort: 6832
- name: tempo-jaeger-thrift-http
port: 14268
protocol: TCP
targetPort: 14268
@@ -49,9 +51,9 @@
targetPort: 55680
- name: tempo-otlp-http-legacy
port: 55681
protocol: TCP
- targetPort: 4318
+ targetPort: 55681
- name: grpc-tempo-otlp
port: 4317
protocol: TCP
targetPort: 4317
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2025-01-24 19:32:34.304860246 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/serviceaccount.yaml 2025-01-24 19:32:06.316863161 +0000
@@ -5,10 +5,10 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.18.1
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.7.0"
app.kubernetes.io/managed-by: Helm
automountServiceAccountToken: true
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2025-01-24 19:32:34.304860246 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/servicemonitor.yaml 2025-01-24 19:32:06.317863161 +0000
@@ -3,20 +3,21 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: release-name-tempo
+ namespace: default
labels:
app: tempo
- chart: tempo-1.11.0
+ chart: tempo-1.18.1
release: release-name
heritage: Helm
spec:
selector:
matchLabels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.18.1
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.7.0"
app.kubernetes.io/managed-by: Helm
namespaceSelector:
matchNames:
- "default"
diff -U 4 -r out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml
--- out/target/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2025-01-24 19:32:34.304860246 +0000
+++ out/pr/tempo/values-k3d.yaml/sx-tempo/charts/tempo/templates/statefulset.yaml 2025-01-24 19:32:06.316863161 +0000
@@ -5,12 +5,12 @@
metadata:
name: release-name-tempo
namespace: default
labels:
- helm.sh/chart: tempo-1.11.0
+ helm.sh/chart: tempo-1.18.1
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
- app.kubernetes.io/version: "2.5.0"
+ app.kubernetes.io/version: "2.7.0"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
selector:
@@ -23,17 +23,17 @@
labels:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: release-name
annotations:
- checksum/config: 027b2fd3395f02b8dc5efa430a0013f3409e5231dfae25dc32e2e6174e0b7995
+ checksum/config: d8b0187a5c860888dfc477d8873d90d95b3c68f6988896a54208cd7906d3055e
spec:
serviceAccountName: release-name-tempo
automountServiceAccountToken: true
containers:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
- image: grafana/tempo:2.5.0
+ image: grafana/tempo:2.7.0
imagePullPolicy: IfNotPresent
name: tempo
ports:
- containerPort: 3100
@@ -59,8 +59,26 @@
- containerPort: 4318
name: otlp-http
- containerPort: 55678
name: opencensus
+ livenessProbe:
+ failureThreshold: 3
+ httpGet:
+ path: /ready
+ port: 3100
+ initialDelaySeconds: 30
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 5
+ readinessProbe:
+ failureThreshold: 3
+ httpGet:
+ path: /ready
+ port: 3100
+ initialDelaySeconds: 20
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 5
resources:
{}
env:
volumeMounts:
@@ -70,9 +88,9 @@
name: tmp
- args:
- --query.base-path=/
- --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml
- image: grafana/tempo-query:2.5.0
+ image: grafana/tempo-query:2.7.0
imagePullPolicy: IfNotPresent
name: tempo-query
ports:
- containerPort: 16686 |
Changes Default Valuesdiff -U 4 -r out-default-values/target/tempo_tempo_default-values.out out-default-values/pr/tempo_tempo_default-values.out
--- out-default-values/target/tempo_tempo_default-values.out 2025-01-24 19:32:34.377860185 +0000
+++ out-default-values/pr/tempo_tempo_default-values.out 2025-01-24 19:32:06.392863171 +0000
@@ -47,29 +47,58 @@
metricsGenerator:
# -- If true, enables Tempo's metrics generator (https://grafana.com/docs/tempo/next/metrics-generator/)
enabled: false
remoteWriteUrl: "http://prometheus.monitoring:9090/api/v1/write"
- # -- Configuration options for the ingester
+ # -- Configuration options for the ingester.
+ # Refers to: https://grafana.com/docs/tempo/latest/configuration/#ingester
ingester: {}
- # -- Configuration options for the querier
+ # flush_check_period: 10s
+ # trace_idle_period: 10s
+ # max_block_duration: 30m
+ # complete_block_timeout: 1h
+ # -- Configuration options for the querier.
+ # Refers to: https://grafana.com/docs/tempo/latest/configuration/#querier
querier: {}
- # -- Configuration options for the query-fronted
+ # max_concurrent_queries: 20
+ # -- Configuration options for the query-fronted.
+ # Refers to: https://grafana.com/docs/tempo/latest/configuration/#query-frontend
queryFrontend: {}
+ # search:
+ # concurrent_jobs: 2000
retention: 24h
# Global overrides
global_overrides:
per_tenant_override_config: /conf/overrides.yaml
overrides: {}
- # Tempo server configuration
- # Refers to https://grafana.com/docs/tempo/latest/configuration/#server
+ # Tempo server configuration.
+ # Refers to: https://grafana.com/docs/tempo/latest/configuration/#server
server:
# -- HTTP server listen port
http_listen_port: 3100
+ # Readiness and Liveness Probe Configuration Options
+ livenessProbe:
+ httpGet:
+ path: /ready
+ port: 3100
+ initialDelaySeconds: 30
+ periodSeconds: 10
+ timeoutSeconds: 5
+ failureThreshold: 3
+ successThreshold: 1
+ readinessProbe:
+ httpGet:
+ path: /ready
+ port: 3100
+ initialDelaySeconds: 20
+ periodSeconds: 10
+ timeoutSeconds: 5
+ failureThreshold: 3
+ successThreshold: 1
storage:
trace:
- # tempo storage backend
- # refer https://grafana.com/docs/tempo/latest/configuration/
+ # tempo storage backend.
+ # Refers to: https://grafana.com/docs/tempo/latest/configuration/#storage
## Use s3 for example
# backend: s3
# store traces in s3
# s3:
@@ -125,8 +154,10 @@
# -- Tempo configuration file contents
# @default -- Dynamically generated tempo configmap
config: |
+ memberlist:
+ cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: {{ .Values.tempo.multitenancyEnabled }}
usage_report:
reporting_enabled: {{ .Values.tempo.reportingEnabled }}
compactor:
@@ -163,9 +194,9 @@
tag: null
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
+ ## Refers to: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
# pullSecrets:
# - myRegistryKeySecretName
@@ -260,8 +291,14 @@
automountServiceAccountToken: true
service:
type: ClusterIP
+ clusterIP: ""
+ # -- (string) IP address, in case of 'type: LoadBalancer'
+ loadBalancerIP:
+ # -- If service type is LoadBalancer, the exposed protocol can either be "UDP", "TCP" or "UDP,TCP"
+ protocol: "TCP"
+
annotations: {}
labels: {}
targetPort: ""
@@ -273,8 +310,10 @@
# scrapeTimeout: 10s
persistence:
enabled: false
+ # -- Enable StatefulSetAutoDeletePVC feature
+ enableStatefulSetAutoDeletePVC: false
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 10Gi
@@ -301,9 +340,13 @@
affinity: {}
# -- The name of the PriorityClass
priorityClassName: null
-
+# -- hostAliases to add
+hostAliases: []
+# - ip: 1.2.3.4
+# hostnames:
+# - domain.tld
networkPolicy:
## @param networkPolicy.enabled Enable creation of NetworkPolicy resources. Only Ingress traffic is filtered for now.
##
enabled: false |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
1.11.0
->1.18.1
Release Notes
grafana/helm-charts (tempo)
v1.18.1
Compare Source
Grafana Tempo in MicroService mode
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@k8s-monitoring-1.5.2...tempo-distributed-1.18.1
v1.18.0
Compare Source
Grafana Tempo Single Binary Mode
What's Changed
Full Changelog: grafana/helm-charts@grafana-operator-v5.16.0...tempo-1.18.0
v1.17.0
Compare Source
Grafana Tempo Single Binary Mode
What's Changed
Full Changelog: grafana/helm-charts@beyla-1.6.0...tempo-1.17.0
v1.16.0
Compare Source
Grafana Tempo Single Binary Mode
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@oncall-1.13.11...tempo-1.16.0
v1.15.0
Compare Source
Grafana Tempo in MicroService mode
What's Changed
New Contributors
Full Changelog: grafana/helm-charts@helm-loki-6.6.6...tempo-distributed-1.15.0
v1.14.0
Compare Source
Grafana Tempo Single Binary Mode
What's Changed
persistentVolumeClaimRetentionPolicy
in Tempo StatefulSet by @aerfio in https://github.com/grafana/helm-charts/pull/3353New Contributors
Full Changelog: grafana/helm-charts@grafana-8.6.0...tempo-1.14.0
v1.13.0
Compare Source
Grafana Tempo in MicroService mode
What's Changed
Full Changelog: grafana/helm-charts@promtail-6.16.2...tempo-distributed-1.13.0
v1.12.0
Compare Source
🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
Source commit: grafana/pyroscope@5db6de1
Tag on source: https://github.com/grafana/pyroscope/releases/tag/pyroscope-1.12.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.