Skip to content

Commit 6aac4fc

Browse files
committed
chore(chart): release v1.3.4
1 parent bec6ad3 commit 6aac4fc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ helm upgrade my-chaingraph bitauth/chaingraph --reset-values --values my-values.
112112
As a best practice, consider preserving the `my-values.yaml` file for future reference. You can also preserve the latest deployment status and notes at any time:
113113

114114
```sh
115+
helm list # show releases
115116
helm status my-chaingraph > status.txt
116117
```
117118

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

charts/chaingraph/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bitcoinCashNode:
3838
# Enable a local Bitcoin Cash Node.
3939
enable: false
4040
# The precise Bitcoin Cash Node Docker image to use.
41-
image: chaingraph/bitcoin-cash-node@sha256:803ea8b62032118e4f50b25d19f096ff99fc0aa2fd07905fb5a25b63015ff720 # v27.1.1
41+
image: chaingraph/bitcoin-cash-node@sha256:4b26c495d5143daf3f250d9397bdaa7b8207d7069162540c48a7ea745f9bd39e # v28.0.2
4242
# The size of the volume to provision for Bitcoin Cash Node.
4343
volumeSize: 250Gi
4444

0 commit comments

Comments
 (0)