tools: Replace rancher/kubectl with registry.k8s.io/kubectl

To have an always up to date kubectl image it is probably better to get kubectl from registry.k8s.io

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2025-07-08 19:24:08 +02:00
parent fc1791f2eb
commit a7d536c025
8 changed files with 14 additions and 23 deletions
+2 -2
View File
@@ -123,8 +123,8 @@ kubectl:
## @param kubectl.image.tag Overrides the image tag whose default is the chart appVersion
##
image:
registry: docker.io
repository: rancher/kubectl
registry: registry.k8s.io
repository: kubectl
pullPolicy: IfNotPresent
tag: ""