Skip to content

Commit b173d3a

Browse files
authored
chore(tx-submit-api): match image tag to chart appVersion=0.20.8 (#228)
Signed-off-by: Ales Verbic <[email protected]>
1 parent 48909e4 commit b173d3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/tx-submit-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: tx-submit-api
33
description: Creates a Cardano Tx Submit API deployment
4-
version: 0.1.15
4+
version: 0.1.16
55
appVersion: 0.20.8
66
maintainers:
77
- name: aurora

charts/tx-submit-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cardano_node:
66
skip_check: true
77
image:
88
repository: ghcr.io/blinklabs-io/tx-submit-api
9-
tag: 0.20.7
9+
tag: 0.20.8
1010
replicaCount: 1
1111
resources: {}
1212

0 commit comments

Comments
 (0)