diff --git a/charts/nuts-node/Chart.yaml b/charts/nuts-node/Chart.yaml index 6f51edc8e..96461d004 100644 --- a/charts/nuts-node/Chart.yaml +++ b/charts/nuts-node/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.0.5 +version: 0.0.6 # 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/charts/nuts-node/templates/deployment.yaml b/charts/nuts-node/templates/deployment.yaml index 8a6d99688..edf88e404 100644 --- a/charts/nuts-node/templates/deployment.yaml +++ b/charts/nuts-node/templates/deployment.yaml @@ -5,6 +5,8 @@ metadata: labels: {{- include "chart.labels" . | nindent 4 }} spec: + strategy: + type: Recreate {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} {{- end }}