Skip to content

feat(deps): update graph dependencies #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/graph-network-indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"}` |
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.5.7"}` |
| 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}` |
Expand All @@ -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.5"}` |
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.9.7"}` |
| 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}` |
Expand Down
4 changes: 2 additions & 2 deletions charts/graph-network-indexer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ indexerService:
image:
repository: ghcr.io/graphprotocol/indexer-service-rs
pullPolicy: IfNotPresent
tag: "v1.5.5"
tag: "v1.5.7"

# -- Entrypoint command to run
command: /usr/local/bin/indexer-service-rs
Expand Down Expand Up @@ -286,7 +286,7 @@ indexerTapAgent:
image:
repository: ghcr.io/graphprotocol/indexer-tap-agent
pullPolicy: IfNotPresent
tag: "v1.9.5"
tag: "v1.9.7"

# -- Entrypoint command to run
command: /usr/local/bin/indexer-tap-agent
Expand Down
2 changes: 1 addition & 1 deletion charts/graph-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.5.9
# 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.38.0"
appVersion: "v0.39.1"
2 changes: 1 addition & 1 deletion charts/graph-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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)
[![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.39.1](https://img.shields.io/badge/AppVersion-v0.39.1-informational?style=flat-square)

## Introduction

Expand Down
Loading