Skip to content

Commit

Permalink
Add update strategy for mockserver
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Nov 19, 2024
1 parent 54572b9 commit df0dab5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ update-minio:
@helm pull -d external --untar bitnami/$(patsubst update-%,%,$@)
@echo ""

update-mockserver:
@echo "Updating mockserver"
@helm repo add mockserver https://www.mock-server.com
@rm -rf external/$(patsubst update-%,%,$@)
@helm pull -d external --untar mockserver/$(patsubst update-%,%,$@)
@echo ""

update-mongodb:
@echo "Updating mongodb"
@helm repo add bitnami https://charts.bitnami.com/bitnami
Expand Down

0 comments on commit df0dab5

Please sign in to comment.