Skip to content

Commit

Permalink
blobscan is now a meta chart that depends on blobscan-{web,api,indexe…
Browse files Browse the repository at this point in the history
…r} (#10)
  • Loading branch information
PabloCastellano authored Aug 7, 2024
1 parent 38389b9 commit 4285b56
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 378 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ helm delete blobscan

## List of charts

- [`blobscan`](charts/blobscan) - Blobscan is the first blockchain explorer that helps to navigate and visualize those EIP-4844 blobs.
- [`blobscan-api`](charts/blobscan-api) - Blobscan tRPC API.
- [`blobscan-indexer`](charts/blobscan-indexer) - Blobscan-Indexer indexes blobs in Postgresql for use with Blobscan.
- [`blobscan`](charts/blobscan) - Blobscan meta-chart (depends on blobscan-api, blobscan-web and blobscan-indexer).
- [`blobscan-api`](charts/blobscan-api) - Blobscan API.
- [`blobscan-web`](charts/blobscan-web) - Blobscan Web UI.
- [`blobscan-indexer`](charts/blobscan-indexer) - Blobscan blob indexer.

## Development

Expand Down
13 changes: 11 additions & 2 deletions charts/blobscan/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
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
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.6.4
digest: sha256:0162d54327769d6492c9809d3eaffbc58fbcce75bbf595a000190d1f6fcc080b
generated: "2024-08-07T17:15:26.012754279+02:00"
digest: sha256:e8842c17ad3d93c50e016790b730a3d4ba5f88afe8ce32ade9898bbfdbd73995
generated: "2024-08-07T19:43:58.805369682+02:00"
13 changes: 11 additions & 2 deletions charts/blobscan/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: blobscan
version: 0.3.0
description: Blobscan is the first blockchain explorer that helps to navigate and visualize those EIP-4844 blobs
version: 0.4.0
description: Blobscan meta-chart (depends on blobscan-api, blobscan-web and blobscan-indexer)
type: application
keywords:
- ethereum
Expand All @@ -11,6 +11,15 @@ 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
Expand Down
7 changes: 5 additions & 2 deletions charts/blobscan/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# blobscan

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Blobscan is the first blockchain explorer that helps to navigate and visualize those EIP-4844 blobs
Blobscan meta-chart (depends on blobscan-api, blobscan-web and blobscan-indexer)

**Homepage:** <https://blobscan.com>

Expand All @@ -15,6 +15,9 @@ Blobscan is the first blockchain explorer that helps to navigate and visualize t

| Repository | Name | Version |
|------------|------|---------|
| https://blobscan.github.io/blobscan-helm-charts | blobscan-api | 0.3.1 |
| https://blobscan.github.io/blobscan-helm-charts | blobscan-indexer | 0.2.10 |
| https://blobscan.github.io/blobscan-helm-charts | blobscan-web | 0.3.1 |
| https://charts.bitnami.com/bitnami | blobscandb(postgresql) | 15.5.20 |
| https://charts.bitnami.com/bitnami | redis(redis) | 19.6.4 |

Expand Down
22 changes: 0 additions & 22 deletions charts/blobscan/templates/NOTES.txt

This file was deleted.

66 changes: 0 additions & 66 deletions charts/blobscan/templates/_helpers.tpl

This file was deleted.

136 changes: 0 additions & 136 deletions charts/blobscan/templates/deployment.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions charts/blobscan/templates/ingress.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions charts/blobscan/templates/secret.yaml

This file was deleted.

Loading

0 comments on commit 4285b56

Please sign in to comment.