From 3c1dcdef42e239a763e90f56ec311caf034ac7c6 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Thu, 30 Nov 2023 18:06:52 -0800 Subject: [PATCH] fixes for local sequencer chart + upgrade --- charts/sequencer-faucet/Chart.yaml | 4 ++-- charts/sequencer-faucet/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/sequencer-faucet/Chart.yaml b/charts/sequencer-faucet/Chart.yaml index 53b0bca2..caaa8bbf 100644 --- a/charts/sequencer-faucet/Chart.yaml +++ b/charts/sequencer-faucet/Chart.yaml @@ -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 diff --git a/charts/sequencer-faucet/values.yaml b/charts/sequencer-faucet/values.yaml index 2887c7c2..76a5c8ac 100644 --- a/charts/sequencer-faucet/values.yaml +++ b/charts/sequencer-faucet/values.yaml @@ -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: @@ -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