Skip to content

Commit 50d0be3

Browse files
authored
refactor: update dependency upgrade script to be modular (argoproj-labs#2295)
Signed-off-by: Christopher Coco <ccoco@redhat.com>
1 parent 8b35f35 commit 50d0be3

5 files changed

Lines changed: 148 additions & 125 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,11 @@ ginkgo: ## Download ginkgo locally if necessary.
385385
update-dependencies:
386386
hack/update-dependencies-script/run.sh
387387

388+
# Updates only Argo CD dependencies
389+
.PHONY: update-dependencies-argocd
390+
update-dependencies-argocd:
391+
hack/update-dependencies-script/argocd/run.sh
392+
388393
.PHONY: serve-docs
389394
serve-docs: ## Serve documentation locally using mkdocs in a container
390395
$(CONTAINER_RUNTIME) run --rm -it -p 8000:8000 -v $(PWD):/argocd-operator:Z -w /argocd-operator --name argocd-operator-mkdocs registry.access.redhat.com/ubi9/python-311:latest /bin/bash -c "pip install -r docs/requirements.txt && mkdocs serve -a 0.0.0.0:8000"

0 commit comments

Comments
 (0)