We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 283eddb + c53f66c commit 4eb70dcCopy full SHA for 4eb70dc
2 files changed
chart/values.yaml
@@ -107,7 +107,7 @@ postgresql:
107
## @param image.tag PostgreSQL image tag (immutable tags are recommended)
108
##
109
image:
110
- tag: 0.22.0
+ tag: 12.1.0
111
## Authentication parameters
112
## ref: https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md#setting-the-root-password-on-first-run
113
## ref: https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md#creating-a-database-on-first-run
docker/up.sh
@@ -3,7 +3,6 @@
3
# SPDX-License-Identifier: Apache-2.0
4
5
set -e
6
-set -x
7
8
SCRIPTDIR=$(dirname $0)
9
0 commit comments