File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ` |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments