switch to democratic-csi

This commit is contained in:
ducoterra
2020-09-21 15:30:39 -04:00
parent 9b3f374a57
commit 4d0b91c03f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ Navigate to <http://pgadmin.local>
helm install postgres ./postgres --set secret=true helm install postgres ./postgres --set secret=true
# To redeploy or upgrade # 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 # After uninstall secrets and pvc are not removed, reinstall without the --set secrets=true to use the old secret
``` ```

View File

@@ -1,2 +1,2 @@
image: dpage/pgadmin4 image: dpage/pgadmin4
tag: 4.22 tag: 4.24