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.15 ] ( https://img.shields.io/badge/Version-0.5.15 -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.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 )
6
6
7
7
## Introduction
8
8
@@ -111,7 +111,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
111
111
| indexerAgent.config.ethereum-network | Name of the network that you have specified a node URL for in `ethereum` | string | `"mainnet"` |
112
112
| indexerAgent.env | | object | `{}` |
113
113
| indexerAgent.extraArgs | | list | `[]` |
114
- | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.22.0 "}` |
114
+ | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.23.8 "}` |
115
115
| indexerAgent.nodeSelector | | object | `{}` |
116
116
| indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
117
117
| indexerAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
@@ -134,7 +134,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
134
134
| indexerService.config | | object | `{}` |
135
135
| indexerService.env | | object | `{}` |
136
136
| 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.4.1 "}` |
137
+ | indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.5.2 "}` |
138
138
| indexerService.nodeSelector | | object | `{}` |
139
139
| indexerService.podAnnotations | Annotations for the `Pod` | object | `{}` |
140
140
| indexerService.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
@@ -151,7 +151,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
151
151
| indexerTapAgent.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-tap-agent"` |
152
152
| indexerTapAgent.config | | object | `{}` |
153
153
| 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.8.0 "}` |
154
+ | indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.9.3 "}` |
155
155
| indexerTapAgent.nodeSelector | | object | `{}` |
156
156
| indexerTapAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
157
157
| indexerTapAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
0 commit comments