Skip to content

Commit fdc58b4

Browse files
Merge pull request #3855 from grafana/tempo-replace-bitnami-kubectl
[tempo-distributed] replace bitnami/kubectl with k8s.gcr.io/kubectl
2 parents dc73121 + 2372e75 commit fdc58b4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/tempo-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tempo-distributed
33
description: Grafana Tempo in MicroService mode
44
type: application
5-
version: 1.46.3
5+
version: 1.46.4
66
appVersion: 2.8.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.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)
44

55
Grafana Tempo in MicroService mode
66

@@ -641,8 +641,8 @@ The memcached default args are removed and should be provided manually. The sett
641641
| ingress.paths.ingester[1].path | string | `"/shutdown"` | |
642642
| ingress.paths.query-frontend[0].path | string | `"/api"` | |
643643
| 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"` | |
646646
| license.contents | string | `"NOTAVALIDLICENSE"` | |
647647
| license.external | bool | `false` | |
648648
| license.secretName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"license\") }}"` | |

charts/tempo-distributed/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,8 +2372,8 @@ provisioner:
23722372

23732373

23742374
kubectlImage:
2375-
repository: bitnami/kubectl
2376-
tag: latest
2375+
repository: registry.k8s.io/kubectl
2376+
tag: v1.33.3
23772377
pullPolicy: IfNotPresent
23782378

23792379
# Settings for the admin_api service providing authentication and authorization service.

0 commit comments

Comments
 (0)