Skip to content

Commit

Permalink
docs, k8s: Update/mention vector node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Mar 31, 2021
1 parent 3a0728c commit f67cba4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
15 changes: 8 additions & 7 deletions docs/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ For mainnet:

For testnet:

| Component | Release |
| --------------- | -------------------------------------------------------------------------- |
| contracts | [1.2.0](https://github.com/graphprotocol/contracts/releases/tag/v1.2.0) |
| indexer-agent | [0.11.0](https://github.com/graphprotocol/indexer/releases/tag/v0.11.0) |
| indexer-cli | [0.11.0](https://github.com/graphprotocol/indexer/releases/tag/v0.11.0) |
| indexer-service | [0.11.0](https://github.com/graphprotocol/indexer/releases/tag/v0.11.0) |
| graph-node | [0.22.0](https://github.com/graphprotocol/graph-node/releases/tag/v0.21.1) |
| Component | Release |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| contracts | [1.2.0](https://github.com/graphprotocol/contracts/releases/tag/v1.2.0) |
| indexer-agent | [0.11.0](https://github.com/graphprotocol/indexer/releases/tag/v0.11.0) |
| indexer-cli | [0.11.0](https://github.com/graphprotocol/indexer/releases/tag/v0.11.0) |
| indexer-service | [0.11.0](https://github.com/graphprotocol/indexer/releases/tag/v0.11.0) |
| graph-node | [0.22.0](https://github.com/graphprotocol/graph-node/releases/tag/v0.22.0) |
| vector_node | [0.2.1-beta.20](https://hub.docker.com/layers/connextproject/vector_node/0.2.1-beta.20/images/sha256-b589fd7ce43047de04226a082a819642dd1b41e2954e08e6519b75283193dccd?context=explore) |

## Mainnet (https://network.thegraph.com)

Expand Down
5 changes: 3 additions & 2 deletions k8s/overlays/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../base
# TODO: Adapt image names and tags to the final state that we want people
# to use
images:
- name: graph-node-image
newName: graphprotocol/graph-node
Expand All @@ -26,6 +24,9 @@ images:
- name: nginx-image
newName: nginx
newTag: latest
- name: vector-node
newName: connextproject/vector_node
newTag: 0.2.1-beta.20
patchesStrategicMerge:
- ethereum_networks.yaml
- index_node.yaml
Expand Down

0 comments on commit f67cba4

Please sign in to comment.