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.5 | v0.21.6 |
| docker     | ghcr.io/graphprotocol/indexer-service-rs | 1.1.1   | v1.3.1  |
| docker     | ghcr.io/graphprotocol/indexer-tap-agent  | 1.3.0   | v1.7.1  |
  • Loading branch information
graphops-renovate[bot] authored Nov 6, 2024
1 parent 34d6955 commit c9d5f1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.5"
tag: "v0.21.6"

# -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding
config:
Expand Down Expand Up @@ -204,7 +204,7 @@ indexerService:
image:
repository: ghcr.io/graphprotocol/indexer-service-rs
pullPolicy: IfNotPresent
tag: "1.1.1"
tag: "v1.3.1"

# -- 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: "1.3.0"
tag: "v1.7.1"

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

0 comments on commit c9d5f1c

Please sign in to comment.