set bitnami/postgresql --version 12.2.3

This commit is contained in:
Haitao Pan 2023-05-10 02:00:32 +08:00
parent 98df97c520
commit 97f5c94fe0

View File

@ -5,4 +5,4 @@ export namespace=$1
helm repo add bitnami https://charts.bitnami.com/bitnami || echo true
helm repo up
kubectl create ns $namespace || echo true
helm upgrade --install postgresql bitnami/postgresql -n $namespace
helm upgrade --install postgresql bitnami/postgresql --version 12.2.3 -n $namespace