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