From 2ddf120e94c18e228988b655721b48e5eac4a628 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Wed, 30 Aug 2023 13:35:17 +0200 Subject: [PATCH] default db size to 100Gi --- charts/blobscan/Chart.yaml | 2 +- charts/blobscan/README.md | 4 ++-- charts/blobscan/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/blobscan/Chart.yaml b/charts/blobscan/Chart.yaml index d52736c1..2d48adce 100644 --- a/charts/blobscan/Chart.yaml +++ b/charts/blobscan/Chart.yaml @@ -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 diff --git a/charts/blobscan/README.md b/charts/blobscan/README.md index 3ebb4624..b8a0ff21 100644 --- a/charts/blobscan/README.md +++ b/charts/blobscan/README.md @@ -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 @@ -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 | diff --git a/charts/blobscan/values.yaml b/charts/blobscan/values.yaml index ff4afa01..e264ddfb 100644 --- a/charts/blobscan/values.yaml +++ b/charts/blobscan/values.yaml @@ -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: