Skip to content

Commit

Permalink
fix: wrong image tag in devspace deployment and make directive
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Oct 18, 2023
1 parent c2d9666 commit ae1e7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .develop/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ deployments:
image: ${MANAGER_IMAGE}
imagePullPolicy: ${PULL_POLICY}
launcher:
image: ${MANAGER_IMAGE}
image: ${LAUNCHER_IMAGE}
imagePullPolicy: ${PULL_POLICY}
clicker:
image: ${MANAGER_IMAGE}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ delete-generated: ## Deletes all zz_*.go (generated) files, and crds
rm -rf generated/*

build-manager: ## Builds the clabernetes manager container; typically built via devspace, but this is a handy shortcut for one offs.
docker build -t ghcr.io/srl-labs/clabernetes/clabernetes-launcher:latest -f ./build/manager.Dockerfile .
docker build -t ghcr.io/srl-labs/clabernetes/clabernetes-manager:latest -f ./build/manager.Dockerfile .

build-launcher: ## Builds the clabernetes launcher container; typically built via devspace, but this is a handy shortcut for one offs.
docker build -t ghcr.io/srl-labs/clabernetes/clabernetes-launcher:latest -f ./build/launcher.Dockerfile .
Expand Down

0 comments on commit ae1e7d5

Please sign in to comment.