Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: update default values for docker images #613

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion starship/charts/devnet/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ defaultFaucet:
image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.31.1
concurrency: 5
starship:
image: ghcr.io/cosmology-tech/starship/faucet:20241017-a4579e1
image: ghcr.io/hyperweb-io/starship/faucet:20250205-544757d
concurrency: 5

defaultCometmock:
Expand Down
4 changes: 2 additions & 2 deletions starship/charts/devnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resources:
memory: "100M"

exposer:
image: ghcr.io/cosmology-tech/starship/exposer:20240710-870da6e
image: ghcr.io/hyperweb-io/starship/exposer:20250205-544757d
ports:
rest: 8081
resources:
Expand Down Expand Up @@ -219,7 +219,7 @@ explorer:

registry:
enabled: false
image: ghcr.io/cosmology-tech/starship/registry:20240724-f5ca5e5
image: ghcr.io/hyperweb-io/starship/registry:20250205-544757d
localhost: true
ports:
rest: 6060
Expand Down
Loading