Skip to content

Commit

Permalink
default db size to 100Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Aug 30, 2023
1 parent ce0993d commit 2ddf120
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/blobscan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/Blobscan/blobscan/next/.github/assets/bl
sources:
- https://github.com/blobscan/blobscan/
type: application
version: 0.2.9
version: 0.2.10
maintainers:
- name: PabloCastellano
email: pablo@anche.no
Expand Down
4 changes: 2 additions & 2 deletions charts/blobscan/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# blobscan

![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-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

Expand Down Expand Up @@ -34,7 +34,7 @@ Blobscan is the first blockchain explorer that helps to navigate and visualize t
| blobscandb.image.tag | string | `"14-debian-11"` | |
| blobscandb.initdbScripts | object | See `values.yaml` | How to init the PSQL DB |
| blobscandb.persistence.enabled | bool | `true` | |
| blobscandb.persistence.size | string | `"8Gi"` | |
| blobscandb.persistence.size | string | `"100Gi"` | |
| blobscandb.pullPolicy | string | `"IfNotPresent"` | |
| config | object | See `values.yaml` | Config file https://github.com/Blobscan/blobscan/blob/next/.env.example |
| containerSecurityContext | object | See `values.yaml` | The security context for containers |
Expand Down
2 changes: 1 addition & 1 deletion charts/blobscan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ blobscandb:
pullPolicy: IfNotPresent
persistence:
enabled: true
size: 8Gi
size: 100Gi
# -- How to init the PSQL DB
# @default -- See `values.yaml`
initdbScripts:
Expand Down

0 comments on commit 2ddf120

Please sign in to comment.