Skip to content

Commit 02cc996

Browse files
feat(deps): update graph dependencies
| datasource | package | from | to | | ---------- | ------------------------------------- | --------------- | ------- | | docker | ghcr.io/graphprotocol/indexer-service | v0.20.5-alpha.1 | v0.21.4 | | docker | graphprotocol/graph-node | v0.0.0 | v0.35.1 |
1 parent ae85d5e commit 02cc996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/graph-network-indexer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ version: 0.1.2
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
2424
# renovate: image=ghcr.io/graphprotocol/indexer-service
25-
appVersion: "v0.20.5-alpha.1"
25+
appVersion: "v0.21.4"

charts/graph-node/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
pullPolicy: IfNotPresent
1111
# -- Overrides the image tag
1212
# @default -- Chart.appVersion
13-
tag: "v0.0.0"
13+
tag: "v0.35.1"
1414

1515
# -- Pull secrets required to fetch the Image
1616
imagePullSecrets: []

0 commit comments

Comments
 (0)