Skip to content

Commit

Permalink
chore(chart): release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Jan 21, 2023
1 parent fd089e4 commit b356885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/chaingraph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: chaingraph
description: A multi-node blockchain indexer and GraphQL API.
type: application
version: 1.2.1
appVersion: 1.2.1
version: 1.2.2
appVersion: 1.2.2
2 changes: 1 addition & 1 deletion charts/chaingraph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ agent:
# Manage the Chaingraph agent from this chart.
enable: true
# The precise Chaingraph Agent Docker image to use.
image: chaingraph/agent@sha256:21fb15b75de1691a09440e7507693a4c61f2c05cefc8567b2f1d8695b2e1e105 # 0720e38
image: chaingraph/agent@sha256:893b00bdf94a0f58d08777b205503daf7b0d565ce44cf54d11047e4729671227 # fd089e4
# A list of trusted external nodes to which this Chaingraph instance should connect. If specified, this list will be appended to the list of trusted nodes which are managed by this Chaingraph chart.
# This must be specified using the same format as `CHAINGRAPH_TRUSTED_NODES`, e.g. `bchn:127.0.0.1:8333:mainnet,bchd:127.0.0.1:8334:testnet,another:127.0.0.1:8335:e3e1f3e8`
externalNodes: ''
Expand Down

0 comments on commit b356885

Please sign in to comment.