Skip to content

Commit

Permalink
feat(deps): update graph dependencies (#438)
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-service-rs | v1.3.2 | v1.4.0 |
| docker     | ghcr.io/graphprotocol/indexer-tap-agent  | v1.7.3 | v1.7.4 |
---------

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
Co-authored-by: Ana-Maria Calin <[email protected]>
  • Loading branch information
graphops-renovate[bot] and calinah authored Dec 20, 2024
1 parent 63e43d4 commit 53bb287
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.11
version: 0.5.12

# 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
6 changes: 3 additions & 3 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.11](https://img.shields.io/badge/Version-0.5.11-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.12](https://img.shields.io/badge/Version-0.5.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

## Introduction

Expand Down 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.3.2"}` |
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.4.0"}` |
| 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.7.3"}` |
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.7.4"}` |
| 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.3.2"
tag: "v1.4.0"

# -- 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.7.3"
tag: "v1.7.4"

# -- Entrypoint command to run
command: /usr/local/bin/indexer-tap-agent
Expand Down

0 comments on commit 53bb287

Please sign in to comment.