Skip to content

Commit

Permalink
fix array
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Oct 23, 2024
1 parent de7688d commit 1976486
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
7 changes: 2 additions & 5 deletions kubernetes/devnet-4/blockscout/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.3.3
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.4
digest: sha256:0b52a06dc329136ffa8c71de5ac3da7da9c181f5561cc69841ebe85d4fc2eeaa
generated: "2024-10-23T14:18:26.007799+02:00"
digest: sha256:c48e580a5ae65d180824677c9b16755397f07425110076a68edda65e57deea33
generated: "2024-10-23T17:02:21.603973+02:00"
4 changes: 0 additions & 4 deletions kubernetes/devnet-4/blockscout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ dependencies:
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.x.x
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.x.x
Binary file not shown.
15 changes: 12 additions & 3 deletions kubernetes/devnet-4/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,20 @@ blockscout-stack:
NEXT_PUBLIC_AD_TEXT_PROVIDER: none
NEXT_PUBLIC_IS_TESTNET: true
NEXT_PUBLIC_GAS_TRACKER_ENABLED: true
NEXT_PUBLIC_GAS_TRACKER_UNITS: ['gwei']
NEXT_PUBLIC_GAS_TRACKER_UNITS: [gwei]
NEXT_PUBLIC_HAS_BEACON_CHAIN: true
NEXT_PUBLIC_WEB3_WALLETS: ['metamask']
NEXT_PUBLIC_WEB3_WALLETS: [metamask]
NEXT_PUBLIC_NETWORK_VERIFICATION_TYPE: validation
NEXT_PUBLIC_HOMEPAGE_STATS: ['latest_batch','total_blocks','average_block_time','total_txs' ,'latest_l1_state_batch','wallet_addresses','gas_tracker','current_epoch']
NEXT_PUBLIC_HOMEPAGE_STATS: [
latest_batch,
total_blocks,
average_block_time,
total_txs,
latest_l1_state_batch,
wallet_addresses,
gas_tracker,
current_epoch,
]

postgresql:
enabled: true
Expand Down

0 comments on commit 1976486

Please sign in to comment.