Skip to content

Commit 0f84a51

Browse files
feat(graph-network-indexer): update values for new gateway-endpoint option
1 parent 37522c4 commit 0f84a51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/graph-network-indexer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.16
18+
version: 0.5.17
1919

2020
# The appVersion field is intentionally left empty. Component versions are managed separately
2121
# and can be found in the values.yaml file or individual component configurations.

charts/graph-network-indexer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy and scale the [Graph Network Indexer](https://github.com/graphprotocol/indexer) components inside Kubernetes with ease
44

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)
66

77
## Introduction
88

charts/graph-network-indexer/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ indexerAgent:
126126
# public-indexer-url: null
127127
# # -- (required) A command separated list of graph-node Node IDs to assign subgraphs to
128128
# 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
131131
# # -- (required) Base58 deployment hash (Qm...) for the Graph Network Subgraph
132132
# network-subgraph-deployment: null
133133
# # -- (required) Contract address of ERC20 used for DAI variable in cost models

0 commit comments

Comments
 (0)