Skip to content

Commit e699fd7

Browse files
committed
chore(chart): release v1.2.0
1 parent 56dc324 commit e699fd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/chaingraph/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: chaingraph
33
description: A multi-node blockchain indexer and GraphQL API.
44
type: application
5-
version: 1.1.1
6-
appVersion: 1.1.1
5+
version: 1.2.0
6+
appVersion: 1.2.0

charts/chaingraph/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ agent:
88
# Manage the Chaingraph agent from this chart.
99
enable: true
1010
# The precise Chaingraph Agent Docker image to use.
11-
image: chaingraph/agent@sha256:529ed271617ae9089736555e337dfa07a813bf25d1437ee3dc9d9242fa2ea65e # a0d2b2c
11+
image: chaingraph/agent@sha256:7315addac027d47fa66e96cd0379e12c6f56b465d5522c1611f591ea35b7d45d # 56dc324
1212
# 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.
1313
# 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`
1414
externalNodes: ''

0 commit comments

Comments
 (0)