diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 1271d1d6557f073c1adc79fed7503ada0f7833c7..e2ee5e3859e54ed83908793addd60a0dd3bbd4e8 100644
--- a/charts/nextcloud/Chart.yaml
+++ b/charts/nextcloud/Chart.yaml
@@ -8,7 +8,7 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version.
-version: 0.2.2
+version: 0.2.3
 
 # This is the version number of the application being deployed.
 appVersion: "20.0.2-apache"
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index cf5dac5571fe626f6b9a371d0cd5743f9d54d902..9c083b049c31cc0f27a0981453fb520530c67b92 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 #  Nextcloud
 
-![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.2-apache](https://img.shields.io/badge/AppVersion-20.0.2-informational?style=flat-square)
+![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.2-apache](https://img.shields.io/badge/AppVersion-20.0.2-informational?style=flat-square)
 
 A Helm chart for Nextcloud on Kubernetes
 
diff --git a/charts/nextcloud/templates/post-upgrade.yaml b/charts/nextcloud/templates/post-upgrade.yaml
index b9b23746feaa17c5a61fb5e3237fa6b4b9350c31..57def42ff6bf4229f82f8f8769cd21ed05e904c9 100644
--- a/charts/nextcloud/templates/post-upgrade.yaml
+++ b/charts/nextcloud/templates/post-upgrade.yaml
@@ -49,14 +49,6 @@ spec:
       nodeSelector:
         {{- toYaml . | nindent 8 }}
       {{- end }}
-      {{- with .Values.affinity }}
-      affinity:
-        {{- toYaml . | nindent 8 }}
-      {{- end }}
-      {{- with .Values.tolerations }}
-      tolerations:
-        {{- toYaml . | nindent 8 }}
-      {{- end }}
       volumes:
         - name: tmp
           emptyDir: {}