File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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 | `"registry.k8s.io /kubectl"` | |
645
- | kubectlImage.tag | string | `"v1.33.3 "` | |
644
+ | kubectlImage.repository | string | `"alpine /kubectl"` | |
645
+ | kubectlImage.tag | string | `"latest "` | |
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 84
84
image : {{ .Values.kubectlImage.repository }}:{{ .Values.kubectlImage.tag }}
85
85
imagePullPolicy : {{ .Values.kubectlImage.pullPolicy | default "IfNotPresent" }}
86
86
command :
87
- - /bin/bash
87
+ - /bin/sh
88
88
- -exuc
89
89
- |
90
90
# In this case, the admin resources have already been created, the provisioner job
Original file line number Diff line number Diff line change @@ -2372,8 +2372,8 @@ provisioner:
2372
2372
2373
2373
2374
2374
kubectlImage :
2375
- repository : registry.k8s.io /kubectl
2376
- tag : v1.33.3
2375
+ repository : alpine /kubectl
2376
+ tag : latest
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