@@ -112,7 +112,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
112112 | indexerAgent.config.max-provision-initial-size | Setting for automated initial provision for Horizon migration | int | `100000` |
113113 | indexerAgent.env | | object | `{}` |
114114 | indexerAgent.extraArgs | | list | `[]` |
115- | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.1 "}` |
115+ | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.3 "}` |
116116 | indexerAgent.nodeSelector | | object | `{}` |
117117 | indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
118118 | indexerAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
@@ -153,7 +153,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
153153 | indexerTapAgent.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-tap-agent"` |
154154 | indexerTapAgent.config | | object | `{}` |
155155 | indexerTapAgent.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
156- | indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.12.1 "}` |
156+ | indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.12.2 "}` |
157157 | indexerTapAgent.nodeSelector | | object | `{}` |
158158 | indexerTapAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
159159 | indexerTapAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
0 commit comments