From 2517b9216c3b8db693df6d7f2f65ed6a67bd9450 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:06:27 +0000 Subject: [PATCH] feat(deps): update graph dependencies | datasource | package | from | to | | ---------- | ---------------------------------------- | ------ | ------ | | docker | ghcr.io/graphprotocol/indexer-service-rs | v1.3.2 | v1.4.0 | | docker | ghcr.io/graphprotocol/indexer-tap-agent | v1.7.3 | v1.7.4 | --- charts/graph-network-indexer/README.md | 4 ++-- charts/graph-network-indexer/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/graph-network-indexer/README.md b/charts/graph-network-indexer/README.md index 6d51f5ec..739c8fd2 100644 --- a/charts/graph-network-indexer/README.md +++ b/charts/graph-network-indexer/README.md @@ -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.3.2"}` | + | indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.4.0"}` | | 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}` | @@ -151,7 +151,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`. | indexerTapAgent.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-tap-agent"` | | indexerTapAgent.config | | object | `{}` | | indexerTapAgent.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` | - | indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.7.3"}` | + | indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.7.4"}` | | indexerTapAgent.nodeSelector | | object | `{}` | | indexerTapAgent.podAnnotations | Annotations for the `Pod` | object | `{}` | | indexerTapAgent.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 5a95cd22..f8a802ef 100644 --- a/charts/graph-network-indexer/values.yaml +++ b/charts/graph-network-indexer/values.yaml @@ -204,7 +204,7 @@ indexerService: image: repository: ghcr.io/graphprotocol/indexer-service-rs pullPolicy: IfNotPresent - tag: "v1.3.2" + tag: "v1.4.0" # -- Entrypoint command to run command: /usr/local/bin/indexer-service-rs @@ -286,7 +286,7 @@ indexerTapAgent: image: repository: ghcr.io/graphprotocol/indexer-tap-agent pullPolicy: IfNotPresent - tag: "v1.7.3" + tag: "v1.7.4" # -- Entrypoint command to run command: /usr/local/bin/indexer-tap-agent