Skip to content

Commit c7de46c

Browse files
committed
chore(chart): release v0.4.0
1 parent 37e226b commit c7de46c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: charts/chaingraph/Chart.yaml

+1-1
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: 0.3.0
5+
version: 0.4.0
66
appVersion: 1.0.0

Diff for: charts/chaingraph/values.yaml

+2-2
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:d500745bc7a644ad8acdd7e0e92b6d90725cb061c946ec71408268a2ba2754ff # a51489d
11+
image: chaingraph/agent@sha256:0ab757b2565ed9ae1cf3c3c855a24e14f3f1fd631018067b6097e0d3521067c9 # 37e226b
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: ''
@@ -86,7 +86,7 @@ hasura:
8686
# Enable a local Hasura deployment. Disable this to either manage Hasura manually or use Hasura Cloud.
8787
enable: true
8888
# The precise Hasura Docker image to use.
89-
image: chaingraph/hasura@sha256:4d44757571418cb08977622f5235164ee061a6bb9eaf9d9d86b739b582bc9aac # 9bc167a
89+
image: chaingraph/hasura@sha256:d0560c1fe56bc8e3f6da45425f26d89e6872e5c5589879baa6b86a26ffbf3d44 # 37e226b
9090
# A secret key used to secure admin access in Hasura. If not provided, a random secret will be generated and stored in the cluster.
9191
adminSecretKey: ''
9292
# Enable the console served by Hasura. (Not recommended; use Hasura CLI's `hasura console` instead.)

0 commit comments

Comments
 (0)