From da3f3befb45b1155aee579b00e7843e3b1d385ff Mon Sep 17 00:00:00 2001 From: Vladyslav Deryhin Date: Fri, 29 Nov 2024 20:20:10 +0200 Subject: [PATCH] [agave] switch to mainnet config --- dysnix/agave/Chart.yaml | 2 +- dysnix/agave/README.md | 2 +- dysnix/agave/values.yaml | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dysnix/agave/Chart.yaml b/dysnix/agave/Chart.yaml index 98ad68c3..d955f917 100644 --- a/dysnix/agave/Chart.yaml +++ b/dysnix/agave/Chart.yaml @@ -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: diff --git a/dysnix/agave/README.md b/dysnix/agave/README.md index e3123178..4bb32274 100644 --- a/dysnix/agave/README.md +++ b/dysnix/agave/README.md @@ -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 | `[]` | diff --git a/dysnix/agave/values.yaml b/dysnix/agave/values.yaml index f38dd25b..3c625755 100644 --- a/dysnix/agave/values.yaml +++ b/dysnix/agave/values.yaml @@ -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 @@ -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