diff --git a/charts/graph-network-indexer/README.md b/charts/graph-network-indexer/README.md index 795ed82f..2c80056a 100644 --- a/charts/graph-network-indexer/README.md +++ b/charts/graph-network-indexer/README.md @@ -111,7 +111,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | indexerAgent.config.ethereum-network | Name of the network that you have specified a node URL for in `ethereum` | string | `"mainnet"` | | indexerAgent.env | | object | `{}` | | indexerAgent.extraArgs | | list | `[]` | - | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.21.11"}` | + | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.22.0"}` | | 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}` | @@ -134,7 +134,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | indexerService.config | | object | `{}` | | indexerService.env | | object | `{}` | | indexerService.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` | - | indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.4.0"}` | + | indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.4.1"}` | | indexerService.nodeSelector | | object | `{}` | | indexerService.podAnnotations | Annotations for the `Pod` | object | `{}` | | indexerService.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 5ccb0298..56f731ce 100644 --- a/charts/graph-network-indexer/values.yaml +++ b/charts/graph-network-indexer/values.yaml @@ -112,7 +112,7 @@ indexerAgent: image: repository: ghcr.io/graphprotocol/indexer-agent pullPolicy: IfNotPresent - tag: "v0.21.11" + tag: "v0.22.0" # -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding config: @@ -204,7 +204,7 @@ indexerService: image: repository: ghcr.io/graphprotocol/indexer-service-rs pullPolicy: IfNotPresent - tag: "v1.4.0" + tag: "v1.4.1" # -- Entrypoint command to run command: /usr/local/bin/indexer-service-rs