Skip to content

Commit

Permalink
Add the dev-run Makefile target to document the run cycle of development
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed Jun 2, 2024
1 parent bccab7a commit abdb43f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.3.0
VERSION = 0.4.0
BUNDLE_IMG = ghcr.io/moonbeam-nyc/snorlax-operator-bundle:${VERSION}
OPERATOR_IMG = ghcr.io/moonbeam-nyc/snorlax-operator:${VERSION}
PROXY_IMG = ghcr.io/moonbeam-nyc/snorlax-proxy:${VERSION}
Expand All @@ -7,6 +7,7 @@ PROXY_IMG = ghcr.io/moonbeam-nyc/snorlax-proxy:${VERSION}
## Workflows

dev-setup: minikube-delete minikube-start proxy-install operator-crd-install dummy-install
dev-run: operator-cd-install operator-run
demo: minikube-reset helm-install-remote dummy-install minikube-tunnel
release: proxy-release-multiplatform operator-release-multiplatform operator-helmify helm-package

Expand Down

0 comments on commit abdb43f

Please # to comment.