Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/tx-submit-api-mirror/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: tx-submit-api-mirror
description: Creates a Cardano Tx Submit API mirror service deployment
version: 0.0.10
appVersion: 0.8.1
version: 0.0.11
appVersion: "0.8.3"
maintainers:
- name: aurora
email: aurora@blinklabs.io
Expand Down
2 changes: 1 addition & 1 deletion charts/tx-submit-api-mirror/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ backends:
cardano_network: preview
image:
repository: ghcr.io/blinklabs-io/tx-submit-api-mirror
tag: 0.8.1
tag: "0.8.3"
ingress:
enabled: false
host: submit-api-mirror.preview.local
Expand Down