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

feat: upgrade sequencer faucet #131

Merged
merged 1 commit into from
Dec 1, 2023
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
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