File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : tempo-distributed
3
3
description : Grafana Tempo in MicroService mode
4
4
type : application
5
- version : 1.46.3
5
+ version : 1.46.4
6
6
appVersion : 2.8.2
7
7
engine : gotpl
8
8
home : https://grafana.com/docs/tempo/latest/
Original file line number Diff line number Diff line change 1
1
# tempo-distributed
2
2
3
- ![ Version: 1.46.3 ] ( https://img.shields.io/badge/Version-1.46.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.8.2] ( https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square )
3
+ ![ Version: 1.46.4 ] ( https://img.shields.io/badge/Version-1.46.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.8.2] ( https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square )
4
4
5
5
Grafana Tempo in MicroService mode
6
6
@@ -641,8 +641,8 @@ The memcached default args are removed and should be provided manually. The sett
641
641
| ingress.paths.ingester[1].path | string | `"/shutdown"` | |
642
642
| ingress.paths.query-frontend[0].path | string | `"/api"` | |
643
643
| kubectlImage.pullPolicy | string | `"IfNotPresent"` | |
644
- | kubectlImage.repository | string | `"bitnami /kubectl"` | |
645
- | kubectlImage.tag | string | `"latest "` | |
644
+ | kubectlImage.repository | string | `"registry.k8s.io /kubectl"` | |
645
+ | kubectlImage.tag | string | `"v1.33.3 "` | |
646
646
| license.contents | string | `"NOTAVALIDLICENSE"` | |
647
647
| license.external | bool | `false` | |
648
648
| license.secretName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"license\") }}"` | |
Original file line number Diff line number Diff line change @@ -2372,8 +2372,8 @@ provisioner:
2372
2372
2373
2373
2374
2374
kubectlImage :
2375
- repository : bitnami /kubectl
2376
- tag : latest
2375
+ repository : registry.k8s.io /kubectl
2376
+ tag : v1.33.3
2377
2377
pullPolicy : IfNotPresent
2378
2378
2379
2379
# Settings for the admin_api service providing authentication and authorization service.
You can’t perform that action at this time.
0 commit comments