Skip to content

Commit 5268f9d

Browse files
feat(deps): update graph dependencies (#414)
| datasource | package | from | to | | ---------- | ----------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-agent | v0.21.7 | v0.21.8 | Signed-off-by: Carlos Jorge <carlos@graphops.xyz> --------- Signed-off-by: Carlos Jorge <carlos@graphops.xyz> Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> Co-authored-by: Carlos Jorge <carlos@graphops.xyz>
1 parent b17dc7f commit 5268f9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.8
18+
version: 0.5.9
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: 2 additions & 2 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.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)
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)
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.21.7"}` |
114+
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.21.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}` |

charts/graph-network-indexer/values.yaml

Lines changed: 1 addition & 1 deletion
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.21.7"
115+
tag: "v0.21.8"
116116

117117
# -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding
118118
config:

0 commit comments

Comments
 (0)