File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,8 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified
179
179
180
180
.PHONY : deploy
181
181
deploy : manifests kustomize # # Deploy controller to the K8s cluster specified in ~/.kube/config.
182
- cd config/manager && $(KUSTOMIZE ) edit set image controller=${IMG}
182
+ cd config/e2e && IMAGE=$(IMG ) perl -i -pe ' s/odh-codeflare-operator-controller-image=(.*)$$/odh-codeflare-operator-controller-image=$$ENV{"IMAGE"}/' params.env
183
+ cd config/manifests && IMAGE=$(IMG ) perl -i -pe ' s/odh-codeflare-operator-controller-image=(.*)$$/odh-codeflare-operator-controller-image=$$ENV{"IMAGE"}/' bases/params.env
183
184
$(KUSTOMIZE ) build config/${ENV} | kubectl apply -f -
184
185
git restore config/*
185
186
Original file line number Diff line number Diff line change @@ -3,9 +3,3 @@ resources:
3
3
4
4
generatorOptions :
5
5
disableNameSuffixHash : true
6
- apiVersion : kustomize.config.k8s.io/v1beta1
7
- kind : Kustomization
8
- images :
9
- - name : controller
10
- newName : quay.io/project-codeflare/codeflare-operator
11
- newTag : v0.0.0-dev
You can’t perform that action at this time.
0 commit comments