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 @@ -224,7 +224,7 @@ ifndef ignore-not-found
224224 ignore-not-found = false
225225endif
226226
227- clean-manifests = (cd config/manager && $(KUSTOMIZE ) edit set image controller=us-central1-docker.pkg.dev/k8s-staging-images/ lws/lws:$( RELEASE_BRANCH ) )
227+ clean-manifests = (cd config/manager && $(KUSTOMIZE ) edit set image controller=registry.k8s.io/ lws/lws:main )
228228
229229.PHONY : install
230230install : manifests kustomize # # Install CRDs into the K8s cluster specified in ~/.kube/config.
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1313kind : Kustomization
1414images :
1515- name : controller
16- newName : us-central1-docker.pkg.dev/ k8s-staging-images /lws/lws
16+ newName : registry. k8s.io /lws/lws
1717 newTag : main
You can’t perform that action at this time.
0 commit comments