Skip to content

Commit 1dcaea1

Browse files
committed
Update image repository to registry.k8s.io
Change the default image repository from `ghcr.io/kro-run/kro/controller` to `registry.k8s.io`
1 parent b454db1 commit 1dcaea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ additionalLabels: {}
99

1010
image:
1111
# The location of the container image repository
12-
repository: ghcr.io/kro-run/kro/controller
12+
repository: registry.k8s.io/kro/kro
1313
# Overrides the image tag whose default is the chart appVersion.
1414
tag: ${VERSION}
1515
# Ignores the repository and tag settings and uses the controllers ko entrypoint.

0 commit comments

Comments
 (0)