Skip to content

Commit

Permalink
downgrade postgres chart to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Aug 25, 2023
1 parent 67f85d8 commit 59a9419
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 @@ -12,7 +12,7 @@ maintainers:
email: pablo@anche.no
dependencies:
- name: postgresql
version: "12.6.0"
version: "11.9.13"
repository: "https://charts.bitnami.com/bitnami"
alias: blobscandb
condition: blobscandb.enabled
4 changes: 2 additions & 2 deletions charts/blobscan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Blobscan is the first blockchain explorer that helps to navigate and visualize t

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | blobscandb(postgresql) | 12.6.0 |
| https://charts.bitnami.com/bitnami | blobscandb(postgresql) | 11.9.13 |

## Values

Expand All @@ -31,7 +31,7 @@ Blobscan is the first blockchain explorer that helps to navigate and visualize t
| blobscandb.enabled | bool | `true` | If enabled a postgres chart will be deployed as a dependency |
| blobscandb.image.registry | string | `"docker.io"` | |
| blobscandb.image.repository | string | `"bitnami/postgresql"` | |
| blobscandb.image.tag | string | `"14.8.0"` | |
| 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"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/blobscan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ blobscandb:
image:
registry: docker.io
repository: bitnami/postgresql
tag: 14.8.0
tag: 14-debian-11
pullPolicy: IfNotPresent
persistence:
enabled: true
Expand Down

0 comments on commit 59a9419

Please sign in to comment.