Skip to content

Commit 37522c4

Browse files
feat(deps): update graph dependencies (#490)
| datasource | package | from | to | | ---------- | ---------------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-agent | v0.22.0 | v0.23.8 | | docker | ghcr.io/graphprotocol/indexer-service-rs | v1.4.1 | v1.5.4 | | docker | ghcr.io/graphprotocol/indexer-tap-agent | v1.8.0 | v1.9.4 | | docker | graphprotocol/graph-node | v0.36.1 | v0.38.0 | Until graphprotocol/indexer-rs#719 is addressed, newer images are broken. --------- Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> Co-authored-by: Carlos Jorge <carlos@graphops.xyz>
1 parent ede436c commit 37522c4

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

charts/graph-network-indexer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.15
18+
version: 0.5.16
1919

2020
# The appVersion field is intentionally left empty. Component versions are managed separately
2121
# and can be found in the values.yaml file or individual component configurations.

charts/graph-network-indexer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy and scale the [Graph Network Indexer](https://github.com/graphprotocol/indexer) components inside Kubernetes with ease
44

5-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.15](https://img.shields.io/badge/Version-0.5.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.16](https://img.shields.io/badge/Version-0.5.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
## Introduction
88

@@ -111,7 +111,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
111111
| indexerAgent.config.ethereum-network | Name of the network that you have specified a node URL for in `ethereum` | string | `"mainnet"` |
112112
| indexerAgent.env | | object | `{}` |
113113
| indexerAgent.extraArgs | | list | `[]` |
114-
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.22.0"}` |
114+
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.23.8"}` |
115115
| indexerAgent.nodeSelector | | object | `{}` |
116116
| indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
117117
| 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`.
134134
| indexerService.config | | object | `{}` |
135135
| indexerService.env | | object | `{}` |
136136
| indexerService.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
137-
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.4.1"}` |
137+
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.5.2"}` |
138138
| indexerService.nodeSelector | | object | `{}` |
139139
| indexerService.podAnnotations | Annotations for the `Pod` | object | `{}` |
140140
| 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`.
151151
| indexerTapAgent.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-tap-agent"` |
152152
| indexerTapAgent.config | | object | `{}` |
153153
| indexerTapAgent.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
154-
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.8.0"}` |
154+
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.9.3"}` |
155155
| indexerTapAgent.nodeSelector | | object | `{}` |
156156
| indexerTapAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
157157
| indexerTapAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |

charts/graph-network-indexer/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ indexerAgent:
112112
image:
113113
repository: ghcr.io/graphprotocol/indexer-agent
114114
pullPolicy: IfNotPresent
115-
tag: "v0.22.0"
115+
tag: "v0.23.8"
116116

117117
# -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding
118118
config:
@@ -204,7 +204,7 @@ indexerService:
204204
image:
205205
repository: ghcr.io/graphprotocol/indexer-service-rs
206206
pullPolicy: IfNotPresent
207-
tag: "v1.4.1"
207+
tag: "v1.5.2"
208208

209209
# -- Entrypoint command to run
210210
command: /usr/local/bin/indexer-service-rs
@@ -286,7 +286,7 @@ indexerTapAgent:
286286
image:
287287
repository: ghcr.io/graphprotocol/indexer-tap-agent
288288
pullPolicy: IfNotPresent
289-
tag: "v1.8.0"
289+
tag: "v1.9.3"
290290

291291
# -- Entrypoint command to run
292292
command: /usr/local/bin/indexer-tap-agent

charts/graph-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ version: 0.5.9
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
2424
# renovate: image=graphprotocol/graph-node
25-
appVersion: "v0.36.1"
25+
appVersion: "v0.38.0"

charts/graph-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy and scale [Graph Node](https://github.com/graphprotocol/graph-node) inside Kubernetes with ease
44

5-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.9](https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.36.1](https://img.shields.io/badge/AppVersion-v0.36.1-informational?style=flat-square)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.9](https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.38.0](https://img.shields.io/badge/AppVersion-v0.38.0-informational?style=flat-square)
66

77
## Introduction
88

0 commit comments

Comments
 (0)