Skip to content

Commit

Permalink
Makefile: freeze to CoCo Operator v0.7.0
Browse files Browse the repository at this point in the history
Changed the `deploy` target to install the operator from v0.7.0.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Jul 24, 2023
1 parent 8170332 commit 6d7d2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ image: .git-commit ## Build and push docker image to $registry
.PHONY: deploy
deploy: ## Deploy cloud-api-adaptor using the operator, according to install/overlays/$(CLOUD_PROVIDER)/kustomization.yaml file.
ifneq ($(CLOUD_PROVIDER),)
kubectl apply -k "github.com/confidential-containers/operator/config/default"
kubectl apply -k "github.com/confidential-containers/operator/config/samples/ccruntime/peer-pods"
kubectl apply -k "github.com/confidential-containers/operator/config/default?ref=v0.7.0"
kubectl apply -k "github.com/confidential-containers/operator/config/samples/ccruntime/peer-pods?ref=v0.7.0"
kubectl apply -k install/overlays/$(CLOUD_PROVIDER)
else
$(error CLOUD_PROVIDER is not set)
Expand Down

0 comments on commit 6d7d2a3

Please sign in to comment.