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-service | v0.20.5-alpha.1 | v0.20.23 |
| docker     | graphprotocol/graph-node              | v0.0.0          | v0.33.0  |
  • Loading branch information
renovate-41e06b0f[bot] committed Oct 31, 2023
1 parent 6181300 commit 910e03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -22,4 +22,4 @@ version: 0.1.2
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=ghcr.io/graphprotocol/indexer-service
appVersion: "v0.20.5-alpha.1"
appVersion: "v0.20.23"
2 changes: 1 addition & 1 deletion charts/graph-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
pullPolicy: IfNotPresent
# -- Overrides the image tag
# @default -- Chart.appVersion
tag: "v0.0.0"
tag: "v0.33.0"

# -- Pull secrets required to fetch the Image
imagePullSecrets: []
Expand Down

0 comments on commit 910e03b

Please sign in to comment.