Skip to content

Commit 3d09de1

Browse files
feat(deps): update graph dependencies
| datasource | package | from | to | | ---------- | ----------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-agent | v0.25.3 | v0.25.5 |
1 parent 4a5a4bd commit 3d09de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/graph-network-indexer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
112112
| indexerAgent.config.max-provision-initial-size | Setting for automated initial provision for Horizon migration | int | `100000` |
113113
| indexerAgent.env | | object | `{}` |
114114
| indexerAgent.extraArgs | | list | `[]` |
115-
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.3"}` |
115+
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.5"}` |
116116
| indexerAgent.nodeSelector | | object | `{}` |
117117
| indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
118118
| 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
@@ -119,7 +119,7 @@ indexerAgent:
119119
image:
120120
repository: ghcr.io/graphprotocol/indexer-agent
121121
pullPolicy: IfNotPresent
122-
tag: "v0.25.3"
122+
tag: "v0.25.5"
123123

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

0 commit comments

Comments
 (0)