Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
feat: upgrade sequencer faucet (#131)
Browse files Browse the repository at this point in the history
Old version of faucet was not compatible with new sequencer.
Additionally, the rpc url was configured incorrectly
  • Loading branch information
joroshiba authored Dec 1, 2023
1 parent 09d175e commit 062ae34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sequencer-faucet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.0"
appVersion: "0.4.0"

maintainers:
- name: wafflesvonmaple
Expand Down
4 changes: 2 additions & 2 deletions charts/sequencer-faucet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
replicaCount: 1

config:
sequencerRpcUrl: http://sequencer-service:26657
sequencerRpcUrl: http://node0-sequencer-rpc-service.astria-dev-cluster.svc.cluster.local:26657
# This private key will be replaced with `sequencerPrivateKey` when enabled
# For testing purposes only, do not use except with local development cluster,
# it corresponds with the following account:
Expand All @@ -14,7 +14,7 @@ config:
amount: 1800

images:
sequencerFaucet: "ghcr.io/astriaorg/seq-faucet:0.3.0"
sequencerFaucet: "ghcr.io/astriaorg/seq-faucet:0.4.0"

# When deploying in a production environment should use a secret provider
# This is configured for use with GCP, need to set own resource names
Expand Down

0 comments on commit 062ae34

Please sign in to comment.