forked from ethpandaops/ethereum-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChart.yaml
36 lines (36 loc) · 1021 Bytes
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apiVersion: v2
name: blobscan
version: 0.4.0
description: Blobscan meta-chart (depends on blobscan-api, blobscan-web and blobscan-indexer)
type: application
keywords:
- ethereum
- eip4844
- blobs
home: https://blobscan.com
sources:
- https://github.com/blobscan/blobscan/
dependencies:
- name: blobscan-web
repository: "https://blobscan.github.io/blobscan-helm-charts"
version: 0.3.1
- name: blobscan-api
repository: "https://blobscan.github.io/blobscan-helm-charts"
version: 0.3.1
- name: blobscan-indexer
repository: "https://blobscan.github.io/blobscan-helm-charts"
version: 0.2.10
- name: postgresql
repository: "https://charts.bitnami.com/bitnami"
version: 15.5.20
alias: blobscandb
condition: blobscandb.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.6.4
alias: redis
condition: redis.enabled
maintainers:
- name: PabloCastellano
email: [email protected]
icon: https://raw.githubusercontent.com/Blobscan/blobscan/main/.github/assets/logo.svg