Skip to content

Commit

Permalink
fix: blockscout bad indent (#328)
Browse files Browse the repository at this point in the history
* fix: blockscout bad indent

* revert to 8gi

* fix docs
  • Loading branch information
barnabasbusa authored Aug 6, 2024
1 parent fbdcdeb commit fdfb5d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/blockscout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/blockscout/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
6 changes: 3 additions & 3 deletions charts/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ postgresql:
primary:
extendedConfiguration: |
max_connections = 1024
persistence:
enabled: true
size: 8Gi
persistence:
enabled: true
size: 8Gi

redis:
enabled: false
Expand Down

0 comments on commit fdfb5d7

Please sign in to comment.