From 9975381891befba1017d812df588931e2c305014 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:07:06 +0000 Subject: [PATCH] feat(deps): update graph dependencies | datasource | package | from | to | | ---------- | ----------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-agent | v0.21.8 | v0.21.9 | | docker | graphprotocol/graph-node | v0.35.1 | v0.36.0 | --- charts/graph-network-indexer/README.md | 2 +- charts/graph-network-indexer/values.yaml | 2 +- charts/graph-node/Chart.yaml | 2 +- charts/graph-node/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/graph-network-indexer/README.md b/charts/graph-network-indexer/README.md index 44155cfc..872b272a 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.8"}` | + | indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.21.9"}` | | 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 fab46157..cb462e02 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.8" + tag: "v0.21.9" # -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding config: diff --git a/charts/graph-node/Chart.yaml b/charts/graph-node/Chart.yaml index 61bc2228..265455f1 100644 --- a/charts/graph-node/Chart.yaml +++ b/charts/graph-node/Chart.yaml @@ -22,4 +22,4 @@ version: 0.5.6 # 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.35.1" +appVersion: "v0.36.0" diff --git a/charts/graph-node/README.md b/charts/graph-node/README.md index 3377f05b..b021e673 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.5.6](https://img.shields.io/badge/Version-0.5.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.35.1](https://img.shields.io/badge/AppVersion-v0.35.1-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.6](https://img.shields.io/badge/Version-0.5.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.36.0](https://img.shields.io/badge/AppVersion-v0.36.0-informational?style=flat-square) ## Introduction