Skip to content

Commit 2d48fe3

Browse files
feat(deps): update graph dependencies (#605)
| datasource | package | from | to | | ---------- | --------------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-agent | v0.25.1 | v0.25.3 | | docker | ghcr.io/graphprotocol/indexer-tap-agent | v1.12.1 | v1.12.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 91c4420 commit 2d48fe3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/graph-network-indexer/README.md

Lines changed: 2 additions & 2 deletions
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.1"}` |
115+
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.25.3"}` |
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}` |
@@ -153,7 +153,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
153153
| indexerTapAgent.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-tap-agent"` |
154154
| indexerTapAgent.config | | object | `{}` |
155155
| indexerTapAgent.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
156-
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.12.1"}` |
156+
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.12.2"}` |
157157
| indexerTapAgent.nodeSelector | | object | `{}` |
158158
| indexerTapAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
159159
| indexerTapAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |

charts/graph-network-indexer/values.yaml

Lines changed: 2 additions & 2 deletions
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.1"
122+
tag: "v0.25.3"
123123

124124
# -- Config to be supplied as CLI arguments, specified using YAML keys to allow overriding
125125
config:
@@ -295,7 +295,7 @@ indexerTapAgent:
295295
image:
296296
repository: ghcr.io/graphprotocol/indexer-tap-agent
297297
pullPolicy: IfNotPresent
298-
tag: "v1.12.1"
298+
tag: "v1.12.2"
299299

300300
# -- Entrypoint command to run
301301
command: /usr/local/bin/indexer-tap-agent

0 commit comments

Comments
 (0)