Skip to content

Commit

Permalink
starship updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 14, 2023
1 parent 0ce18c5 commit f399eba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions packages/osmojs/starship/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ HELM_NAME = osmojs
HELM_FILE = configs/config.yaml
HELM_REPO = starship
HELM_CHART = devnet
HELM_VERSION = v0.1.32
HELM_VERSION = v0.1.38

###############################################################################
### All commands ###
Expand All @@ -11,9 +11,6 @@ HELM_VERSION = v0.1.32
.PHONY: setup
setup: check setup-helm

.PHONY: start
start: install port-forward

.PHONY: test
test:
jest --testPathPattern=../starship --runInBand --verbose --bail
Expand All @@ -38,7 +35,7 @@ setup-helm:
install:
@echo "Installing the helm chart. This is going to take a while....."
@echo "You can check the status with \"kubectl get pods\", run in another terminal please"
helm install -f $(HELM_FILE) $(HELM_NAME) $(HELM_REPO)/$(HELM_CHART) --version $(HELM_VERSION) --wait --timeout 20m
helm install -f $(HELM_FILE) $(HELM_NAME) $(HELM_REPO)/$(HELM_CHART) --version $(HELM_VERSION)

.PHONY: upgrade
upgrade:
Expand Down
8 changes: 4 additions & 4 deletions packages/osmojs/starship/configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ relayers:
- osmosis-1
- cosmos-2

explorer:
enabled: true
ports:
rest: 8080
# explorer:
# enabled: true
# ports:
# rest: 8080

registry:
enabled: true
Expand Down

0 comments on commit f399eba

Please sign in to comment.