Skip to content

Commit

Permalink
Add the release-images target
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed Jun 3, 2024
1 parent a25333a commit 8211272
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.4.2
VERSION = 0.4.3-dev
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 @@ -10,6 +10,7 @@ dev-setup: minikube-delete minikube-start proxy-install operator-crd-install dum
dev-run: operator-run
demo: minikube-reset helm-install-remote dummy-install minikube-tunnel
release: proxy-release-multiplatform operator-release-multiplatform operator-helmify helm-package
release-images: proxy-release-multiplatform operator-release-multiplatform


## Local commands
Expand Down

0 comments on commit 8211272

Please sign in to comment.