From 62e51bafda04b53b816a17662ec18012eaf34d52 Mon Sep 17 00:00:00 2001 From: unglaublicherdude Date: Wed, 6 Jul 2022 15:07:46 +0200 Subject: [PATCH] fix deployment strategy --- charts/gdscan/Chart.yaml | 2 +- charts/gdscan/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gdscan/Chart.yaml b/charts/gdscan/Chart.yaml index fc37b4d..0d84f16 100644 --- a/charts/gdscan/Chart.yaml +++ b/charts/gdscan/Chart.yaml @@ -5,5 +5,5 @@ maintainers: - name: G DATA CyberDefense AG email: oem@gdata.de type: application -version: 0.1.13 +version: 0.1.14 appVersion: "1.0.2" diff --git a/charts/gdscan/templates/deployment.yaml b/charts/gdscan/templates/deployment.yaml index f0a37fc..5f42491 100644 --- a/charts/gdscan/templates/deployment.yaml +++ b/charts/gdscan/templates/deployment.yaml @@ -6,7 +6,7 @@ metadata: {{- include "gdscan.labels" . | nindent 4 }} spec: strategy: - type: "recreate" + type: "Recreate" {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} {{- end }}