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 @@ -641,7 +641,7 @@ 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 | `"k8s.gcr .io/kubectl"` | |
644
+ | kubectlImage.repository | string | `"registry.k8s .io/kubectl"` | |
645
645
| kubectlImage.tag | string | `"latest"` | |
646
646
| license.contents | string | `"NOTAVALIDLICENSE"` | |
647
647
| license.external | bool | `false` | |
Original file line number Diff line number Diff line change @@ -2372,7 +2372,7 @@ provisioner:
2372
2372
2373
2373
2374
2374
kubectlImage :
2375
- repository : k8s.gcr .io/kubectl
2375
+ repository : registry.k8s .io/kubectl
2376
2376
tag : latest
2377
2377
pullPolicy : IfNotPresent
2378
2378
You can’t perform that action at this time.
0 commit comments