From fdfb5d79ef030e9f2d1c266b77901380f936bb79 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Tue, 6 Aug 2024 11:14:08 +0200 Subject: [PATCH] fix: blockscout bad indent (#328) * fix: blockscout bad indent * revert to 8gi * fix docs --- 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..767b0b6c 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 | `"8Gi"` | | | 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..31bae496 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: 8Gi redis: enabled: false