Skip to content

Commit 4eb70dc

Browse files
authored
Merge branch 'main' into add-copyright
2 parents 283eddb + c53f66c commit 4eb70dc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

chart/values.yaml

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

docker/up.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
set -e
6-
set -x
76

87
SCRIPTDIR=$(dirname $0)
98

0 commit comments

Comments
 (0)