Skip to content

Commit 1ef5904

Browse files
authored
Use e2e images instead of latest (#756)
Signed-off-by: zhujian <[email protected]>
1 parent 0897da6 commit 1ef5904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e-test.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hub-kubeconfig:
2121
deploy-hub: deploy-hub-helm hub-kubeconfig cluster-ip
2222

2323
deploy-hub-helm: ensure-helm
24-
$(HELM) install cluster-manager deploy/cluster-manager/chart/cluster-manager --namespace=open-cluster-management --create-namespace --set images.registry=$(IMAGE_REGISTRY),image.tag=$(IMAGE_TAG)
24+
$(HELM) install cluster-manager deploy/cluster-manager/chart/cluster-manager --namespace=open-cluster-management --create-namespace --set images.registry=$(IMAGE_REGISTRY),images.tag=$(IMAGE_TAG)
2525

2626
deploy-hub-operator: ensure-kustomize
2727
cp deploy/cluster-manager/config/kustomization.yaml deploy/cluster-manager/config/kustomization.yaml.tmp
@@ -56,7 +56,7 @@ bootstrap-secret:
5656
$(KUSTOMIZE) build deploy/klusterlet/config/samples/bootstrap | $(KUBECTL) apply -f -
5757

5858
deploy-spoke-operator-helm: ensure-helm
59-
$(HELM) install klusterlet deploy/klusterlet/chart/klusterlet --namespace=open-cluster-management --set klusterlet.create=false,images.registry=$(IMAGE_REGISTRY),image.tag=$(IMAGE_TAG) --set-file bootstrapHubKubeConfig=$(HUB_KUBECONFIG)
59+
$(HELM) install klusterlet deploy/klusterlet/chart/klusterlet --namespace=open-cluster-management --set klusterlet.create=false,images.registry=$(IMAGE_REGISTRY),images.tag=$(IMAGE_TAG) --set-file bootstrapHubKubeConfig=$(HUB_KUBECONFIG)
6060

6161
deploy-spoke-operator: ensure-kustomize
6262
cp deploy/klusterlet/config/kustomization.yaml deploy/klusterlet/config/kustomization.yaml.tmp

0 commit comments

Comments
 (0)