@@ -111,7 +111,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
111111 | indexerAgent.config.ethereum-network | Name of the network that you have specified a node URL for in `ethereum` | string | `"mainnet"` |
112112 | indexerAgent.env | | object | `{}` |
113113 | indexerAgent.extraArgs | | list | `[]` |
114- | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.24.3 "}` |
114+ | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.0 "}` |
115115 | indexerAgent.nodeSelector | | object | `{}` |
116116 | indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
117117 | 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`.
134134 | indexerService.config | | object | `{}` |
135135 | indexerService.env | | object | `{}` |
136136 | 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 "}` |
137+ | indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.7.0 "}` |
138138 | indexerService.nodeSelector | | object | `{}` |
139139 | indexerService.podAnnotations | Annotations for the `Pod` | object | `{}` |
140140 | 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`.
151151 | indexerTapAgent.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-tap-agent"` |
152152 | indexerTapAgent.config | | object | `{}` |
153153 | 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 "}` |
154+ | indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.11.0 "}` |
155155 | indexerTapAgent.nodeSelector | | object | `{}` |
156156 | indexerTapAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
157157 | indexerTapAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
0 commit comments