Skip to content

Commit 0345879

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

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

chart/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 2.1.2
55
- name: postgresql
66
repository: https://charts.bitnami.com/bitnami
7-
version: 11.8.1
8-
digest: sha256:5d4b20341df7c1d2a1e1e16a9e3248a5e4eabf765b307bb05acf13447ff51ae5
9-
generated: "2022-11-10T20:03:21.425592157Z"
7+
version: 14.0.0
8+
digest: sha256:e9eed673e197d0860e011fb62f92457055e2a3d87506ba14404bf5e07ef13b87
9+
generated: "2024-12-31T20:17:51.875407+09:00"

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- condition: postgresql.enabled
1010
name: postgresql
1111
repository: https://charts.bitnami.com/bitnami
12-
version: 11.8.1
12+
version: 14.0.0
1313
description: Marquez is an open source metadata service for the collection, aggregation, and visualization of a data ecosystem's metadata.
1414
home: https://github.com/MarquezProject/marquez/tree/main/chart
1515
icon: https://raw.githubusercontent.com/MarquezProject/marquez/main/web/src/img/marquez-logo.png

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)