diff --git a/slime/Chart.yaml b/slime/Chart.yaml index 87d009d1..f5e797f1 100644 --- a/slime/Chart.yaml +++ b/slime/Chart.yaml @@ -15,4 +15,4 @@ 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: 1.3.1 +version: 1.3.2 diff --git a/slime/templates/deployment.yaml b/slime/templates/deployment.yaml index e5330786..def2ded7 100644 --- a/slime/templates/deployment.yaml +++ b/slime/templates/deployment.yaml @@ -15,7 +15,7 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} spec: - {{- if and (not .Values.autoscaling.enabled) .Values.replicas }} + {{- if and (not .Values.autoscaling.enabled) (ne .Values.replicas nil) }} replicas: {{ .Values.replicas }} {{- end }} selector: