Skip to content

Commit 0d9d26b

Browse files
committed
Use registry.k8s.io/kubectl instead of k8s.gcr.io/kubectl
Signed-off-by: A. Stoewer <[email protected]>
1 parent 159c86a commit 0d9d26b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/tempo-distributed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ 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 | `"k8s.gcr.io/kubectl"` | |
644+
| kubectlImage.repository | string | `"registry.k8s.io/kubectl"` | |
645645
| kubectlImage.tag | string | `"latest"` | |
646646
| license.contents | string | `"NOTAVALIDLICENSE"` | |
647647
| license.external | bool | `false` | |

charts/tempo-distributed/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ provisioner:
23722372

23732373

23742374
kubectlImage:
2375-
repository: k8s.gcr.io/kubectl
2375+
repository: registry.k8s.io/kubectl
23762376
tag: latest
23772377
pullPolicy: IfNotPresent
23782378

0 commit comments

Comments
 (0)