Skip to content

Commit

Permalink
feat(deps): update graph dependencies (#421)
Browse files Browse the repository at this point in the history
* 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 |

Co-authored-by: Ana-Maria Calin <[email protected]>
  • Loading branch information
2 people authored and cjorge-graphops committed Dec 3, 2024
1 parent 853867f commit 29239f6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/graph-network-indexer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.9
version: 0.5.10

# The appVersion field is intentionally left empty. Component versions are managed separately
# and can be found in the values.yaml file or individual component configurations.
Expand Down
4 changes: 2 additions & 2 deletions charts/graph-network-indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Deploy and scale the [Graph Network Indexer](https://github.com/graphprotocol/indexer) components 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)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.10](https://img.shields.io/badge/Version-0.5.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

## Introduction

Expand Down 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
4 changes: 2 additions & 2 deletions charts/graph-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.7
version: 0.5.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# 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.7](https://img.shields.io/badge/Version-0.5.7-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.8](https://img.shields.io/badge/Version-0.5.8-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
4 changes: 2 additions & 2 deletions charts/graph-node/dashboards/indexing-status-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
"group": [],
"metricColumn": "none",
"rawQuery": true,
"rawSql": "-- grafana ignore\r\nselect\r\n m.repository as repo,\r\n g.name || (case\r\n when g.pending_version = v.id then ' (P)'\r\n when g.current_version = v.id then ' (C)'\r\n else ' (U)' end) as subgraph_name,\r\n d.deployment,\r\n s.id as schema,\r\n a.node_id,\r\n d.synced::text,\r\n n.name as network,\r\n (n.head_block_number - d.latest_ethereum_block_number) as blocks_behind_network,\r\n (case when n.name = 'mainnet' then ((n.head_block_number - d.latest_ethereum_block_number)/4)::text\r\n when n.name = 'rinkeby' then ((n.head_block_number - d.latest_ethereum_block_number)/4)::text\r\n when n.name = 'kovan' then ((n.head_block_number - d.latest_ethereum_block_number)/15)::text\r\n when n.name = 'poa-core' then ((n.head_block_number - d.latest_ethereum_block_number)/12)::text\r\n when n.name = 'ropsten' then ((n.head_block_number - d.latest_ethereum_block_number)/2)::text\r\n else 'ø' end) as lag,\r\n d.failed,\r\n d.latest_ethereum_block_number,\r\n a.paused_at\r\nfrom subgraphs.subgraph_deployment as d,\r\n subgraphs.subgraph_deployment_assignment as a,\r\n subgraphs.subgraph_version as v,\r\n subgraphs.subgraph as g,\r\n subgraphs.subgraph_manifest as m,\r\n ethereum_networks as n,\r\n deployment_schemas as s\r\nwhere g.id = v.subgraph\r\n and v.id in (g.pending_version, g.current_version)\r\n and a.id = s.id\r\n and s.id = d.id\r\n and m.id = d.id\r\n and v.deployment = d.deployment\r\n /*and not d.failed*/\r\n and n.name = s.network\r\n and not a.node_id = 'removed'\r\norder by blocks_behind_network desc, subgraph_name;",
"rawSql": "-- grafana ignore\r\nselect\r\n m.repository as repo,\r\n g.name || (case\r\n when g.pending_version = v.id then ' (P)'\r\n when g.current_version = v.id then ' (C)'\r\n else ' (U)' end) as subgraph_name,\r\n d.deployment,\r\n s.id as schema,\r\n a.node_id,\r\n d.synced_at::text,\r\n n.name as network,\r\n (n.head_block_number - d.latest_ethereum_block_number) as blocks_behind_network,\r\n (case when n.name = 'mainnet' then ((n.head_block_number - d.latest_ethereum_block_number)/4)::text\r\n when n.name = 'rinkeby' then ((n.head_block_number - d.latest_ethereum_block_number)/4)::text\r\n when n.name = 'kovan' then ((n.head_block_number - d.latest_ethereum_block_number)/15)::text\r\n when n.name = 'poa-core' then ((n.head_block_number - d.latest_ethereum_block_number)/12)::text\r\n when n.name = 'ropsten' then ((n.head_block_number - d.latest_ethereum_block_number)/2)::text\r\n else 'ø' end) as lag,\r\n d.failed,\r\n d.latest_ethereum_block_number,\r\n a.paused_at\r\nfrom subgraphs.subgraph_deployment as d,\r\n subgraphs.subgraph_deployment_assignment as a,\r\n subgraphs.subgraph_version as v,\r\n subgraphs.subgraph as g,\r\n subgraphs.subgraph_manifest as m,\r\n ethereum_networks as n,\r\n deployment_schemas as s\r\nwhere g.id = v.subgraph\r\n and v.id in (g.pending_version, g.current_version)\r\n and a.id = s.id\r\n and s.id = d.id\r\n and m.id = d.id\r\n and v.deployment = d.deployment\r\n /*and not d.failed*/\r\n and n.name = s.network\r\n and not a.node_id = 'removed'\r\norder by blocks_behind_network desc, subgraph_name;",
"refId": "A",
"select": [
[
Expand Down Expand Up @@ -1723,6 +1723,6 @@
"timezone": "",
"title": "Graph Indexing Status Overview",
"uid": "graph-indexing-status-overview",
"version": 1,
"version": 2,
"weekStart": ""
}

0 comments on commit 29239f6

Please sign in to comment.