Skip to content

Commit

Permalink
feat: helm graph-node
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Mota <[email protected]>
  • Loading branch information
fdmota committed Sep 26, 2024
1 parent aba1f5a commit 75b7e98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
4 changes: 4 additions & 0 deletions stable/graph-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/graph-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 0 additions & 27 deletions stable/graph-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

Expand Down

0 comments on commit 75b7e98

Please sign in to comment.