Skip to content

Commit f04264a

Browse files
committed
chore(chart): release v1.2.1
1 parent bffa178 commit f04264a

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.2.0
6-
appVersion: 1.2.0
5+
version: 1.2.1
6+
appVersion: 1.2.1

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:7315addac027d47fa66e96cd0379e12c6f56b465d5522c1611f591ea35b7d45d # 56dc324
11+
image: chaingraph/agent@sha256:21fb15b75de1691a09440e7507693a4c61f2c05cefc8567b2f1d8695b2e1e105 # 0720e38
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)