File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/graph-network-indexer Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.5.16
18
+ version : 0.5.17
19
19
20
20
# The appVersion field is intentionally left empty. Component versions are managed separately
21
21
# and can be found in the values.yaml file or individual component configurations.
Original file line number Diff line number Diff line change 2
2
3
3
Deploy and scale the [ Graph Network Indexer] ( https://github.com/graphprotocol/indexer ) components inside Kubernetes with ease
4
4
5
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.5.16 ] ( https://img.shields.io/badge/Version-0.5.16 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
5
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.5.17 ] ( https://img.shields.io/badge/Version-0.5.17 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
6
6
7
7
## Introduction
8
8
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ indexerAgent:
126
126
# public-indexer-url: null
127
127
# # -- (required) A command separated list of graph-node Node IDs to assign subgraphs to
128
128
# index-node-ids: null
129
- # # -- (required) The gateway collect-receipts endpoint for getting vouchers
130
- # collect-receipts -endpoint: null
129
+ # # -- (required) The gateway endpoint for getting vouchers
130
+ # gateway -endpoint: null
131
131
# # -- (required) Base58 deployment hash (Qm...) for the Graph Network Subgraph
132
132
# network-subgraph-deployment: null
133
133
# # -- (required) Contract address of ERC20 used for DAI variable in cost models
You can’t perform that action at this time.
0 commit comments