From 0fdd184f419268e63448e83bd49c9b210a0b1a0a Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Tue, 6 Aug 2024 09:10:17 +0200 Subject: [PATCH] fix: blockscout bad indent --- charts/blockscout/Chart.yaml | 2 +- charts/blockscout/README.md | 6 +++--- charts/blockscout/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/blockscout/Chart.yaml b/charts/blockscout/Chart.yaml index d9946849..ce7e8d9a 100644 --- a/charts/blockscout/Chart.yaml +++ b/charts/blockscout/Chart.yaml @@ -8,7 +8,7 @@ icon: https://github.com/blockscout/blockscout/raw/master/apps/block_scout_web/a sources: - https://github.com/blockscout/blockscout/ type: application -version: 0.2.1 +version: 0.2.2 maintainers: - name: skylenet email: rafael@skyle.net diff --git a/charts/blockscout/README.md b/charts/blockscout/README.md index 3cc3d655..2df39a6b 100644 --- a/charts/blockscout/README.md +++ b/charts/blockscout/README.md @@ -1,7 +1,7 @@ # blockscout -![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) BlockScout provides a comprehensive, easy-to-use interface for users to view, confirm, and inspect transactions on EVM (Ethereum Virtual Machine) blockchains @@ -60,9 +60,9 @@ BlockScout provides a comprehensive, easy-to-use interface for users to view, co | postgresql.image.registry | string | `"docker.io"` | | | postgresql.image.repository | string | `"bitnami/postgresql"` | | | postgresql.image.tag | string | `"15.3.0-debian-11-r7"` | | -| postgresql.persistence.enabled | bool | `true` | | -| postgresql.persistence.size | string | `"8Gi"` | | | postgresql.primary.extendedConfiguration | string | `"max_connections = 1024\n"` | | +| postgresql.primary.persistence.enabled | bool | `true` | | +| postgresql.primary.persistence.size | string | `"100Gi"` | | | postgresql.pullPolicy | string | `"IfNotPresent"` | | | priorityClassName | string | `nil` | Pod priority class | | readinessProbe | object | See `values.yaml` | Readiness probe | diff --git a/charts/blockscout/values.yaml b/charts/blockscout/values.yaml index 1bcac5df..9541563e 100644 --- a/charts/blockscout/values.yaml +++ b/charts/blockscout/values.yaml @@ -259,9 +259,9 @@ postgresql: primary: extendedConfiguration: | max_connections = 1024 - persistence: - enabled: true - size: 8Gi + persistence: + enabled: true + size: 100Gi redis: enabled: false