Skip to content

Commit 3638980

Browse files
committed
Update to PostgreSQL 14
Signed-off-by: Jaeho Yoo <https://github.com/Chaho12>
1 parent 42e430d commit 3638980

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ helm delete marquez
8787
| Parameter | Description | Default |
8888
|----------------------------------|---------------------------------|-----------|
8989
| `postgresql.enabled` | Deploy PostgreSQL container(s) | `false` |
90-
| `postgresql.image.tag` | PostgreSQL image version | `12.1.0` |
90+
| `postgresql.image.tag` | PostgreSQL image version | `14.0.0` |
9191
| `postgresql.auth.username` | PostgreSQL username | `buendia` |
9292
| `postgresql.auth.password` | PostgreSQL password | `macondo` |
9393
| `postgresql.auth.database` | PostgreSQL database | `marquez` |

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ postgresql:
112112
## @param image.tag PostgreSQL image tag (immutable tags are recommended)
113113
##
114114
image:
115-
tag: 12.1.0
115+
tag: 14.0.0
116116
## Authentication parameters
117117
## ref: https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md#setting-the-root-password-on-first-run
118118
## ref: https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md#creating-a-database-on-first-run

examples/airflow/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ services:
9696
- marquez
9797

9898
postgres:
99-
image: bitnami/postgresql:12.1.0
99+
image: bitnami/postgresql:14.0.0
100100
ports:
101101
- "5432:5432"
102102
environment:

0 commit comments

Comments
 (0)