aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helm/dendrite/Chart.yaml2
-rw-r--r--helm/dendrite/values.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/helm/dendrite/Chart.yaml b/helm/dendrite/Chart.yaml
index e28261c8..82425bb2 100644
--- a/helm/dendrite/Chart.yaml
+++ b/helm/dendrite/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: dendrite
-version: "0.13.7"
+version: "0.13.8"
appVersion: "0.13.6"
description: Dendrite Matrix Homeserver
type: application
diff --git a/helm/dendrite/values.yaml b/helm/dendrite/values.yaml
index afce1d93..eaf65f81 100644
--- a/helm/dendrite/values.yaml
+++ b/helm/dendrite/values.yaml
@@ -92,7 +92,7 @@ extraVolumeMounts: []
strategy:
# -- Strategy to use for rolling updates (e.g. Recreate, RollingUpdate)
# If you are using ReadWriteOnce volumes, you should probably use Recreate
- type: RollingUpdate
+ type: Recreate
rollingUpdate:
# -- Maximum number of pods that can be unavailable during the update process
maxUnavailable: 25%