From 464f0bfd6c2b40bbe5391f91455ce63086a6f1c5 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 13:12:45 +0000 Subject: [PATCH] feat(deps): update graph dependencies | datasource | package | from | to | | ---------- | ---------------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-service-rs | v1.5.7 | v1.7.0 | | docker | ghcr.io/graphprotocol/indexer-tap-agent | v1.9.7 | v1.11.0 | | docker | graphprotocol/graph-node | v0.41.0 | v0.41.1 | --- charts/graph-network-indexer/README.md | 4 ++-- charts/graph-network-indexer/values.yaml | 4 ++-- charts/graph-node/Chart.yaml | 2 +- charts/graph-node/README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/graph-network-indexer/README.md b/charts/graph-network-indexer/README.md index d467610b..08724ef1 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.5.7"}` | + | indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.7.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.9.7"}` | + | indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.11.0"}` | | 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 9fe4a792..89a9c237 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.5.7" + tag: "v1.7.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.9.7" + tag: "v1.11.0" # -- Entrypoint command to run command: /usr/local/bin/indexer-tap-agent diff --git a/charts/graph-node/Chart.yaml b/charts/graph-node/Chart.yaml index 1198d069..2e80ff53 100644 --- a/charts/graph-node/Chart.yaml +++ b/charts/graph-node/Chart.yaml @@ -22,4 +22,4 @@ version: 0.6.5 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. # renovate: image=graphprotocol/graph-node -appVersion: "v0.41.0" +appVersion: "v0.41.1" diff --git a/charts/graph-node/README.md b/charts/graph-node/README.md index 3b88a8ff..e964db50 100644 --- a/charts/graph-node/README.md +++ b/charts/graph-node/README.md @@ -2,7 +2,7 @@ Deploy and scale [Graph Node](https://github.com/graphprotocol/graph-node) inside Kubernetes with ease -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.6.5](https://img.shields.io/badge/Version-0.6.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.41.0](https://img.shields.io/badge/AppVersion-v0.41.0-informational?style=flat-square) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.6.5](https://img.shields.io/badge/Version-0.6.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.41.1](https://img.shields.io/badge/AppVersion-v0.41.1-informational?style=flat-square) ## Introduction