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.7 | v0.21.8 |
  • Loading branch information
graphops-renovate[bot] authored Nov 18, 2024
1 parent de53e11 commit 6c20132
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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| indexerAgent.config.ethereum-network | Name of the network that you have specified a node URL for in `ethereum` | string | `"mainnet"` |
| indexerAgent.env | | object | `{}` |
| indexerAgent.extraArgs | | list | `[]` |
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.21.7"}` |
| indexerAgent.image | Image for indexer-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-agent","tag":"v0.21.8"}` |
| indexerAgent.nodeSelector | | object | `{}` |
| indexerAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
| indexerAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
Expand Down
2 changes: 1 addition & 1 deletion 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.7"
tag: "v0.21.8"

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

0 comments on commit 6c20132

Please sign in to comment.