Skip to content

Commit

Permalink
πŸ› Fix bug in make install target
Browse files Browse the repository at this point in the history
  • Loading branch information
flowirtz committed Aug 7, 2024
1 parent 76b97db commit e2315e6
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 @@ -223,7 +223,7 @@ add-bitnami-repo:
deploy-cluster:
@scripts/kind-with-registry.sh

install: deploy-cluster deploy-elasticoperator deploy-arangodb-crds add-bitnami-repo
install: deploy-cluster dev-infra deploy-elasticoperator deploy-arangodb-crds add-bitnami-repo
@echo "fetching dependencies if needed"
@helm dependency build ./deploy/dracon/chart

Expand Down Expand Up @@ -263,7 +263,7 @@ install-oss-components:
--install \
--create-namespace \
--namespace $(DRACON_NS) \
--set container_registry=$(CONTAINER_REPO)\
--set image.registry=$(CONTAINER_REPO) \
--values ./deploy/deduplication-db-migrations/values/dev.yaml
@echo "Done! Bumped version to $(DRACON_VERSION)"

Expand Down

0 comments on commit e2315e6

Please sign in to comment.