diff --git a/molgenis/Chart.yaml b/molgenis/Chart.yaml index 76fd289..cde7e05 100644 --- a/molgenis/Chart.yaml +++ b/molgenis/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: MOLGENIS - helm stack (in BETA) name: molgenis -version: 0.4.2 +version: 0.4.3 sources: - https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis/catalogIcon-molgenis.svg \ No newline at end of file diff --git a/molgenis/templates/deployment.yaml b/molgenis/templates/deployment.yaml index 403af33..948f986 100644 --- a/molgenis/templates/deployment.yaml +++ b/molgenis/templates/deployment.yaml @@ -17,6 +17,8 @@ spec: matchLabels: app: {{ template "molgenis.name" . }} release: {{ .Release.Name }} + strategy: + type: Recreate template: metadata: labels: