diff --git a/Dockerfile b/Dockerfile
index 633b882..b4e5a01 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,8 +11,6 @@ RUN unzip -qn fhir-3.11.0.b1424.zip
 
 WORKDIR /opt/connect
 
-RUN apt-get install -y postgresql-client
-
 COPY entrypoint.sh /
 RUN chmod 755 /entrypoint.sh
 ENTRYPOINT [ "/entrypoint.sh" ]
diff --git a/charts/nextgen-connect/Chart.yaml b/charts/nextgen-connect/Chart.yaml
index 5711761..114f337 100644
--- a/charts/nextgen-connect/Chart.yaml
+++ b/charts/nextgen-connect/Chart.yaml
@@ -15,13 +15,13 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 1.0.1
+version: 1.0.2
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "3.11"
+appVersion: "v3.11"
 
 dependencies:
   - name: postgresql