Skip to content

Commit

Permalink
Juliens/cd fix (#13)
Browse files Browse the repository at this point in the history
* test

* new cd file

* step

* format

* typo

* typo

* test git tag

* test release

* yaml

* typo
  • Loading branch information
julienstroheker authored Jan 30, 2020
1 parent 285bcd5 commit 8ebd918
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 @@ -146,7 +146,7 @@ push-mutable-publisher-image: registry-login
.PHONY: helm-upgrade-publisher
helm-upgrade-publisher:
# Dirty hack to bypass redis auth for demo
helm upgrade ihaq-worker charts/api --set image.tag=$(IHAQ_VERSION) --set redis.usePassword=false
helm upgrade ihaq-api charts/api --set image.tag=$(IHAQ_VERSION) --set redis.usePassword=false

###############################################################################
# WORKER
Expand Down Expand Up @@ -175,7 +175,7 @@ push-mutable-worker-image: registry-login
docker push $(FTH_REGISTRY)/ihaq-worker:$(MUTABLE_VERSION)

.PHONY: helm-upgrade-worker
helm-upgrade-client:
helm-upgrade-worker:
helm upgrade ihaq-worker charts/worker --set image.tag=$(IHAQ_VERSION)

###############################################################################
Expand Down

0 comments on commit 8ebd918

Please sign in to comment.