From 4d0b91c03f5d9b2ee209dcbb918a6eef4b4d7d8c Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 21 Sep 2020 15:30:39 -0400 Subject: [PATCH] switch to democratic-csi --- README.md | 2 +- pgadmin/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 548a42d..43a6a9d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Navigate to helm install postgres ./postgres --set secret=true # To redeploy or upgrade -helm upgrade postgres ./postgres +helm upgrade --install postgres ./postgres # After uninstall secrets and pvc are not removed, reinstall without the --set secrets=true to use the old secret ``` diff --git a/pgadmin/values.yaml b/pgadmin/values.yaml index 70b8659..8e4531e 100644 --- a/pgadmin/values.yaml +++ b/pgadmin/values.yaml @@ -1,2 +1,2 @@ image: dpage/pgadmin4 -tag: 4.22 \ No newline at end of file +tag: 4.24 \ No newline at end of file