Skip to content

Commit

Permalink
feat(deps): update graph dependencies
Browse files Browse the repository at this point in the history
| 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 |
  • Loading branch information
graphops-renovate[bot] authored Nov 26, 2024
1 parent 7fdf407 commit 9975381
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/graph-network-indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/graph-network-indexer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.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"
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.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

Expand Down

0 comments on commit 9975381

Please sign in to comment.