diff --git a/charts/graph-network-indexer/README.md b/charts/graph-network-indexer/README.md index 1a937d75..5c9b2979 100644 --- a/charts/graph-network-indexer/README.md +++ b/charts/graph-network-indexer/README.md @@ -120,7 +120,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | indexerAgent.config.max-provision-initial-size | Setting for automated initial provision for Horizon migration | int | `100000` | | indexerAgent.env | | object | `{}` | | indexerAgent.extraArgs | | list | `[]` | - | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.7"}` | + | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.8"}` | | indexerAgent.nodeSelector | | object | `{}` | | indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` | | indexerAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` | diff --git a/charts/graph-network-indexer/values.yaml b/charts/graph-network-indexer/values.yaml index 8ce04de4..818ae798 100644 --- a/charts/graph-network-indexer/values.yaml +++ b/charts/graph-network-indexer/values.yaml @@ -141,7 +141,7 @@ indexerAgent: image: repository: ghcr.io/graphprotocol/indexer-agent pullPolicy: IfNotPresent - tag: "v0.25.7" + tag: "v0.25.8" # -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding config: