diff --git a/shiny-server/Chart.yaml b/shiny-server/Chart.yaml
index 9c3b487c8ef240d531ad38c540c77d4a8e4d1d3a..51c05cd2cc9c0ffc90cfc3f3da28457ccd9e503d 100644
--- a/shiny-server/Chart.yaml
+++ b/shiny-server/Chart.yaml
@@ -15,7 +15,7 @@ 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: 0.5.0
+version: 0.6.0
 
 # 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
diff --git a/shiny-server/templates/deployment.yaml b/shiny-server/templates/deployment.yaml
index 06dc656eb919c3b4e836dc942b0190a678ec146e..9fee76793fb9776dcbae88b7f48495ada61d4e43 100644
--- a/shiny-server/templates/deployment.yaml
+++ b/shiny-server/templates/deployment.yaml
@@ -16,6 +16,9 @@ spec:
     rollingUpdate:
       maxSurge: 1
       maxUnavailable: 0
+{{- else }}
+  strategy:
+    type: Recreate
 {{- end }}
   template:
     metadata: