Skip to content

Commit 1ff6b92

Browse files
committed
Fix: staging image in production installation
Signed-off-by: Peter Pan <Peter.Pan@daocloud.io>
1 parent e09bb3d commit 1ff6b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ ifndef ignore-not-found
224224
ignore-not-found = false
225225
endif
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
230230
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1313
kind: Kustomization
1414
images:
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

0 commit comments

Comments
 (0)