Skip to content

Commit ce6d5a0

Browse files
committed
chore(chart): release v1.3.5
1 parent fc333fa commit ce6d5a0

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.3.4
6-
appVersion: 1.3.4
5+
version: 1.3.5
6+
appVersion: 1.3.5

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:893b00bdf94a0f58d08777b205503daf7b0d565ce44cf54d11047e4729671227 # fd089e4
11+
image: chaingraph/agent@sha256:78512a16ae614bc41b78528e8b119d5db597a8b80468c01aba9ad4ff5c5090a9 # fc333fa
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)