File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ The memcached default args are removed and should be provided manually. The sett
642
642
| ingress.paths.query-frontend[0].path | string | `"/api"` | |
643
643
| kubectlImage.pullPolicy | string | `"IfNotPresent"` | |
644
644
| kubectlImage.repository | string | `"registry.k8s.io/kubectl"` | |
645
- | kubectlImage.tag | string | `"latest "` | |
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 @@ -2373,7 +2373,7 @@ provisioner:
2373
2373
2374
2374
kubectlImage :
2375
2375
repository : registry.k8s.io/kubectl
2376
- tag : latest
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