From 75b7e98bc0a3cb74f64370aa8d32604c4a100203 Mon Sep 17 00:00:00 2001 From: Filipe Mota Date: Thu, 26 Sep 2024 15:59:27 +0200 Subject: [PATCH] feat: helm graph-node Signed-off-by: Filipe Mota --- stable/graph-node/CHANGELOG.md | 4 ++++ stable/graph-node/Chart.yaml | 2 +- stable/graph-node/values.yaml | 27 --------------------------- 3 files changed, 5 insertions(+), 28 deletions(-) diff --git a/stable/graph-node/CHANGELOG.md b/stable/graph-node/CHANGELOG.md index 9627eab..9f18bed 100644 --- a/stable/graph-node/CHANGELOG.md +++ b/stable/graph-node/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.5-2] - 2024-26-09 +### Changed +- Remove zora + abstract-testnet + ## [3.0.5-1] - 2024-26-09 ### Changed - Fork from https://github.com/stakewise/helm-charts/tree/main/charts/graph-node diff --git a/stable/graph-node/Chart.yaml b/stable/graph-node/Chart.yaml index 8f81184..3b93a79 100644 --- a/stable/graph-node/Chart.yaml +++ b/stable/graph-node/Chart.yaml @@ -16,7 +16,7 @@ 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: 3.0.5-1 +version: 3.0.5-2 # 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 diff --git a/stable/graph-node/values.yaml b/stable/graph-node/values.yaml index dc04b13..203eb27 100644 --- a/stable/graph-node/values.yaml +++ b/stable/graph-node/values.yaml @@ -51,33 +51,6 @@ graph: url: "" # -- Data capabilities this node has features: [archive, traces] - zora: - # -- Enable this configuring graph-node with this chain - enabled: true - # -- The database shard to use for this chain - shard: primary - ## -- A list of JSON-RPC endpoints for this node - provider: - - # -- Label for the RPC endpoint - label: zora - # -- URL for JSON-RPC endpoint - url: "" - # -- Data capabilities this node has - features: [archive, traces] - - abstract-testnet: - # -- Enable this configuring graph-node with this chain - enabled: true - # -- The database shard to use for this chain - shard: primary - ## -- A list of JSON-RPC endpoints for this node - provider: - - # -- Label for the RPC endpoint - label: abstract-testnet - # -- URL for JSON-RPC endpoint - url: "" - # -- Data capabilities this node has - features: [archive, traces] ipfsUrl: ""