From de53e11cce9d822d6d53070541511327c29e8d74 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:18:22 +0000 Subject: [PATCH] feat(deps): update graph dependencies (#412) | datasource | package | from | to | | ---------- | ---------------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-agent | v0.21.6 | v0.21.7 | | docker | ghcr.io/graphprotocol/indexer-service-rs | v1.3.1 | v1.3.2 | | docker | ghcr.io/graphprotocol/indexer-tap-agent | v1.7.1 | v1.7.3 | Signed-off-by: Carlos Jorge --------- Signed-off-by: Carlos Jorge Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> Co-authored-by: Carlos Jorge --- charts/graph-network-indexer/Chart.yaml | 2 +- charts/graph-network-indexer/README.md | 8 ++++---- charts/graph-network-indexer/values.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/graph-network-indexer/Chart.yaml b/charts/graph-network-indexer/Chart.yaml index d4ecd699..d5ef6ba4 100644 --- a/charts/graph-network-indexer/Chart.yaml +++ b/charts/graph-network-indexer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.7 +version: 0.5.8 # The appVersion field is intentionally left empty. Component versions are managed separately # and can be found in the values.yaml file or individual component configurations. diff --git a/charts/graph-network-indexer/README.md b/charts/graph-network-indexer/README.md index 8aaddc93..7869254f 100644 --- a/charts/graph-network-indexer/README.md +++ b/charts/graph-network-indexer/README.md @@ -2,7 +2,7 @@ Deploy and scale the [Graph Network Indexer](https://github.com/graphprotocol/indexer) components 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.5.7](https://img.shields.io/badge/Version-0.5.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-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.5.8](https://img.shields.io/badge/Version-0.5.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ## Introduction @@ -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.6"}` | + | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.21.7"}` | | 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.3.1"}` | + | indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.3.2"}` | | 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.1"}` | + | indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.7.3"}` | | 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 78cc1f7c..1259b65d 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.6" + tag: "v0.21.7" # -- 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.3.1" + tag: "v1.3.2" # -- 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.1" + tag: "v1.7.3" # -- Entrypoint command to run command: /usr/local/bin/indexer-tap-agent