Skip to content

Commit b356885

Browse files
committed
chore(chart): release v1.2.2
1 parent fd089e4 commit b356885

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

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:21fb15b75de1691a09440e7507693a4c61f2c05cefc8567b2f1d8695b2e1e105 # 0720e38
11+
image: chaingraph/agent@sha256:893b00bdf94a0f58d08777b205503daf7b0d565ce44cf54d11047e4729671227 # fd089e4
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)