- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
12 lines
278 B
YAML
Executable File
12 lines
278 B
YAML
Executable File
apiVersion: v2
|
|
name: aitbc-coordinator
|
|
description: AITBC Coordinator API Helm Chart
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "0.1.0"
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 12.x.x
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|