Skip to content

Commit

Permalink
[agave] switch to mainnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Nov 29, 2024
1 parent 30d716a commit da3f3be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dysnix/agave/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: agave
description: Agave (previously Solana) blockchain node Helm chart
type: application

version: 0.1.0
version: 0.1.1
appVersion: v2.0.18

keywords:
Expand Down
2 changes: 1 addition & 1 deletion dysnix/agave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ A Helm chart to deploy Agave node inside Kubernetes cluster.
| `gracefulShutdown.options.force` | Do not wait for restart-window, useful for non-validators | `false` |
| `gracefulShutdown.options.skip-health-check` | Skip health check before exit | `false` |
| `gracefulShutdown.options.skip-health-check` | Skip check for a new snapshot before exit | `false` |
| `rustLog` | Logging configuration | `agave=info,solana_metrics=warn` |
| `rustLog` | Logging configuration | `solana_metrics=warn,info` |
| `plugins.enabled` | Enable download of Geyser plugins | `false` |
| `plugins.containerPorts` | Extra container ports for added plugins | `[]` |
| `plugins.servicePorts` | Extra service ports for added plugins | `[]` |
Expand Down
22 changes: 11 additions & 11 deletions dysnix/agave/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,18 +290,18 @@ metrics:
##
agaveArgs:
identity: /secrets/validator-keypair.json
expected-genesis-hash: 4uhcVJyU9pJkvQyS88uRDiswHXSCkY3zQawwpjk2NsNY
expected-genesis-hash: 5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
known-validator:
- 5D1fNXzvv5NjV1ysLjirC4WY92RNsVH18vjmcszZd8on
- 7XSY3MrYnK8vq693Rju17bbPkCN3Z7KvvfvJx4kdrsSY
- Ft5fbkqNa76vnsjYNwjDZUXoTWpP7VYm3mtsaQckQADN
- 9QxCLckBiJc783jnMvXZubK4wH86Eqqvashtrwvcsgkv
- eoKpUABi59aT4rR9HGS3LcMecfut9x7zJyodWWP43YQ
- dDzy5SR3AXdYWVqbDEkVFdvSPCtS9ihF5kJkHCtXoFs
- 7Np41oeYqPefeNQEHSv1UDhYrehxin3NStELsSKCT4K2
- GdnSyH3YtwcxFvQrVVJMm1JhTS4QVX7MFsX56uJLUfiZ
- DE1bawNcRJB9rVm3buyMVfr8mBEoyyu73NBovf2oXJsJ
- CakcnaRDHka2gXyfbEd2d3xsvkJkqsLw2akB3zsN1D2S
entrypoint:
- entrypoint.testnet.solana.com:8001
- entrypoint2.testnet.solana.com:8001
- entrypoint3.testnet.solana.com:8001
- entrypoint.mainnet-beta.solana.com:8001
- entrypoint2.mainnet-beta.solana.com:8001
- entrypoint3.mainnet-beta.solana.com:8001
- entrypoint4.mainnet-beta.solana.com:8001
- entrypoint5.mainnet-beta.solana.com:8001
full-rpc-api: true
no-voting: true # enable voting if you are running a validator
no-os-network-limits-test: true
Expand Down Expand Up @@ -347,7 +347,7 @@ gracefulShutdown:

## @param rustLog Logging configuration
##
rustLog: agave=info,solana_metrics=warn
rustLog: solana_metrics=warn,info

plugins:
## @param plugins.enabled Enable download of Geyser plugins
Expand Down

0 comments on commit da3f3be

Please sign in to comment.