Skip to content

Commit 92e8ace

Browse files
feat(deps): update graph dependencies (#591)
| datasource | package | from | to | | ---------- | ---------------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-agent | v0.24.3 | v0.25.0 | | docker | ghcr.io/graphprotocol/indexer-service-rs | v1.5.7 | v1.7.0 | | docker | ghcr.io/graphprotocol/indexer-tap-agent | v1.9.7 | v1.11.0 | --------- Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> Co-authored-by: Carlos Jorge <carlos@graphops.xyz>
1 parent e0f042b commit 92e8ace

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
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.21
18+
version: 0.6.0
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: 8 additions & 6 deletions
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.21](https://img.shields.io/badge/Version-0.5.21-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.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
## Introduction
88

@@ -107,11 +107,12 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
107107
| imagePullSecrets | Pull secrets required to fetch the Image | list | `[]` |
108108
| indexerAgent.affinity | | object | `{}` |
109109
| indexerAgent.affinityPresets.antiAffinityByHostname | Configure anti-affinity rules to prevent multiple instances on the same host | bool | `true` |
110-
| indexerAgent.config | Config to be supplied as CLI arguments, specified using YAML keys to allow overriding | object | `{"ethereum":null,"ethereum-network":"mainnet","graph-node-admin-endpoint":"test","indexer-management-port":8000}` |
110+
| indexerAgent.config | Config to be supplied as CLI arguments, specified using YAML keys to allow overriding | object | `{"ethereum":null,"ethereum-network":"mainnet","graph-node-admin-endpoint":"test","indexer-management-port":8000,"max-provision-initial-size":100000}` |
111111
| indexerAgent.config.ethereum-network | Name of the network that you have specified a node URL for in `ethereum` | string | `"mainnet"` |
112+
| indexerAgent.config.max-provision-initial-size | Setting for automated initial provision for Horizon migration | int | `100000` |
112113
| indexerAgent.env | | object | `{}` |
113114
| indexerAgent.extraArgs | | list | `[]` |
114-
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.24.3"}` |
115+
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.0"}` |
115116
| indexerAgent.nodeSelector | | object | `{}` |
116117
| indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
117118
| indexerAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
@@ -122,9 +123,10 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
122123
| indexerAgent.service.type | | string | `"ClusterIP"` |
123124
| indexerAgent.terminationGracePeriodSeconds | Amount of time to wait before force-killing the process | int | `10` |
124125
| indexerAgent.tolerations | | list | `[]` |
125-
| indexerDefaults | Value defaults that apply to both indexer-agent and indexer-service | object | `{"config":{"blockchain":{"chain_id":"valid_blockchain_chain_id","receipts_verifier_address":"valid_blockchain_receipts_verifier_address"},"graph_node":{"query_url":"your_graph_node_query_url","status_url":"your_graph_node_status_endpoint"},"indexer":{"indexer_address":"your_indexer_address"},"service":{"host_and_port":"0.0.0.0:7600"},"subgraphs.escrow":{"query_url":"http://your-graph-node-query:8000/subgraphs/id/TAP_ESCROW_SUBGRAPH","syncing_interval_secs":60},"subgraphs.network":{"query_url":"http://your-graph-node-query:8000/subgraphs/id/NETWORK_SUBGRAPH","syncing_interval_secs":60},"tap.rav_request":{"trigger_value_divisor":100}},"env":{},"metrics":{"address":"0.0.0.0","enabled":true,"port":7300},"postgresConfig":{"database":"your_database","host":"localhost","port":5432}}` |
126+
| indexerDefaults | Value defaults that apply to both indexer-agent and indexer-service | object | `{"config":{"blockchain":{"chain_id":"valid_blockchain_chain_id","horizon":{"enabled":false},"receipts_verifier_address":"valid_blockchain_receipts_verifier_address"},"graph_node":{"query_url":"your_graph_node_query_url","status_url":"your_graph_node_status_endpoint"},"indexer":{"indexer_address":"your_indexer_address"},"service":{"host_and_port":"0.0.0.0:7600"},"subgraphs.escrow":{"query_url":"http://your-graph-node-query:8000/subgraphs/id/TAP_ESCROW_SUBGRAPH","syncing_interval_secs":60},"subgraphs.network":{"query_url":"http://your-graph-node-query:8000/subgraphs/id/NETWORK_SUBGRAPH","syncing_interval_secs":60},"tap.rav_request":{"trigger_value_divisor":100}},"env":{},"metrics":{"address":"0.0.0.0","enabled":true,"port":7300},"postgresConfig":{"database":"your_database","host":"localhost","port":5432}}` |
126127
| indexerDefaults.config."subgraphs.escrow".query_url | Query URL for the Graph Escrow subgraph. For optimal performance, it's recommended to locally index the subgraph. If locally indexed, use a combination of `deployment_id` and `query_url` pointing to your graph-node-query. If not locally indexed, use the gateway URL. | required | `"http://your-graph-node-query:8000/subgraphs/id/TAP_ESCROW_SUBGRAPH"` |
127128
| indexerDefaults.config."subgraphs.network".query_url | Query URL for the Graph Network subgraph. For optimal performance, it's recommended to locally index the subgraph. If locally indexed, use a combination of `deployment_id` and `query_url` pointing to your graph-node-query. If not locally indexed, use the gateway URL. | required | `"http://your-graph-node-query:8000/subgraphs/id/NETWORK_SUBGRAPH"` |
129+
| indexerDefaults.config.blockchain.horizon | Toggle to enable Horizon | object | `{"enabled":false}` |
128130
| indexerDefaults.config.graph_node.query_url | URL for your graph node query endpoint (probably a load balancer address) | required | `"your_graph_node_query_url"` |
129131
| indexerDefaults.config.graph_node.status_url | URL for your graph node status endpoint (probably a load balancer address) | required | `"your_graph_node_status_endpoint"` |
130132
| indexerDefaults.config.indexer.indexer_address | Ethereum address of your Indexer | required | `"your_indexer_address"` |
@@ -134,7 +136,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
134136
| indexerService.config | | object | `{}` |
135137
| indexerService.env | | object | `{}` |
136138
| indexerService.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
137-
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.5.7"}` |
139+
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.7.0"}` |
138140
| indexerService.nodeSelector | | object | `{}` |
139141
| indexerService.podAnnotations | Annotations for the `Pod` | object | `{}` |
140142
| indexerService.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
@@ -151,7 +153,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
151153
| indexerTapAgent.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-tap-agent"` |
152154
| indexerTapAgent.config | | object | `{}` |
153155
| indexerTapAgent.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
154-
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.9.7"}` |
156+
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.11.0"}` |
155157
| indexerTapAgent.nodeSelector | | object | `{}` |
156158
| indexerTapAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
157159
| indexerTapAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |

charts/graph-network-indexer/values.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ indexerDefaults:
9696
chain_id: "valid_blockchain_chain_id"
9797
# find TAPVerifier address at https://github.com/semiotic-ai/timeline-aggregation-protocol-contracts/blob/main/addresses.json
9898
receipts_verifier_address: "valid_blockchain_receipts_verifier_address"
99+
# -- Verifier Address v2 (Horizon)
100+
# receipts_verifier_address_v2: 0x382863e7B662027117449bd2c49285582bbBd21B
101+
# -- Subgraph service address (Horizon)
102+
# subgraph_service_address: 0xc24A3dAC5d06d771f657A48B20cE1a671B78f26b
103+
# -- Toggle to enable Horizon
104+
horizon:
105+
enabled: false
99106
tap.rav_request:
100107
trigger_value_divisor: 100
101108

@@ -112,7 +119,7 @@ indexerAgent:
112119
image:
113120
repository: ghcr.io/graphprotocol/indexer-agent
114121
pullPolicy: IfNotPresent
115-
tag: "v0.24.3"
122+
tag: "v0.25.0"
116123

117124
# -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding
118125
config:
@@ -134,6 +141,8 @@ indexerAgent:
134141
# dai-contract: null
135142
# # -- (optional) Query endpoint for syncing status of EBO and its contract state.
136143
# epoch-subgraph-endpoint: null
144+
# -- Setting for automated initial provision for Horizon migration
145+
max-provision-initial-size: 100000
137146

138147
secretEnv: {}
139148
# -- We recommend that you set the following environment variables in the indexer-agent secret
@@ -204,7 +213,7 @@ indexerService:
204213
image:
205214
repository: ghcr.io/graphprotocol/indexer-service-rs
206215
pullPolicy: IfNotPresent
207-
tag: "v1.5.7"
216+
tag: "v1.7.0"
208217

209218
# -- Entrypoint command to run
210219
command: /usr/local/bin/indexer-service-rs
@@ -286,7 +295,7 @@ indexerTapAgent:
286295
image:
287296
repository: ghcr.io/graphprotocol/indexer-tap-agent
288297
pullPolicy: IfNotPresent
289-
tag: "v1.9.7"
298+
tag: "v1.11.0"
290299

291300
# -- Entrypoint command to run
292301
command: /usr/local/bin/indexer-tap-agent

0 commit comments

Comments
 (0)