Skip to content

Commit 25ad4fc

Browse files
feat(deps): update graph dependencies (#602)
| datasource | package | from | to | | ---------- | ---------------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-agent | v0.25.0 | v0.25.1 | | docker | ghcr.io/graphprotocol/indexer-service-rs | v1.7.0 | v1.8.0 | | docker | ghcr.io/graphprotocol/indexer-tap-agent | v1.11.0 | v1.12.1 | --------- Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> Co-authored-by: Carlos Jorge <carlos@graphops.xyz>
1 parent 2aca5eb commit 25ad4fc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.6.1
18+
version: 0.6.2
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.6.1](https://img.shields.io/badge/Version-0.6.1-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.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
## Introduction
88

@@ -112,7 +112,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
112112
| indexerAgent.config.max-provision-initial-size | Setting for automated initial provision for Horizon migration | int | `100000` |
113113
| indexerAgent.env | | object | `{}` |
114114
| indexerAgent.extraArgs | | list | `[]` |
115-
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.0"}` |
115+
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.1"}` |
116116
| indexerAgent.nodeSelector | | object | `{}` |
117117
| indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
118118
| indexerAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
@@ -136,7 +136,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
136136
| indexerService.config | | object | `{}` |
137137
| indexerService.env | | object | `{}` |
138138
| indexerService.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
139-
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.7.0"}` |
139+
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.8.0"}` |
140140
| indexerService.nodeSelector | | object | `{}` |
141141
| indexerService.podAnnotations | Annotations for the `Pod` | object | `{}` |
142142
| indexerService.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
@@ -153,7 +153,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
153153
| indexerTapAgent.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-tap-agent"` |
154154
| indexerTapAgent.config | | object | `{}` |
155155
| indexerTapAgent.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
156-
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.11.0"}` |
156+
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.12.1"}` |
157157
| indexerTapAgent.nodeSelector | | object | `{}` |
158158
| indexerTapAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
159159
| 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
@@ -119,7 +119,7 @@ indexerAgent:
119119
image:
120120
repository: ghcr.io/graphprotocol/indexer-agent
121121
pullPolicy: IfNotPresent
122-
tag: "v0.25.0"
122+
tag: "v0.25.1"
123123

124124
# -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding
125125
config:
@@ -213,7 +213,7 @@ indexerService:
213213
image:
214214
repository: ghcr.io/graphprotocol/indexer-service-rs
215215
pullPolicy: IfNotPresent
216-
tag: "v1.7.0"
216+
tag: "v1.8.0"
217217

218218
# -- Entrypoint command to run
219219
command: /usr/local/bin/indexer-service-rs
@@ -295,7 +295,7 @@ indexerTapAgent:
295295
image:
296296
repository: ghcr.io/graphprotocol/indexer-tap-agent
297297
pullPolicy: IfNotPresent
298-
tag: "v1.11.0"
298+
tag: "v1.12.1"
299299

300300
# -- Entrypoint command to run
301301
command: /usr/local/bin/indexer-tap-agent

0 commit comments

Comments
 (0)