diff --git a/stable/application-helm/Chart.yaml b/stable/application-helm/Chart.yaml index 9d635a3..142f9ec 100644 --- a/stable/application-helm/Chart.yaml +++ b/stable/application-helm/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: application-helm description: A generic helm chart for all sort of applications -version: 0.0.17 +version: 0.0.18 diff --git a/stable/application-helm/templates/deployment.yaml b/stable/application-helm/templates/deployment.yaml index 8936a29..d1b1996 100644 --- a/stable/application-helm/templates/deployment.yaml +++ b/stable/application-helm/templates/deployment.yaml @@ -49,7 +49,7 @@ spec: {{- end }} {{- if .Values.deployment.affinity }} affinity: - {{ toYaml .Values.deployment.affinity | indent 8 -}} +{{ toYaml .Values.deployment.affinity | indent 8 -}} {{- end }} {{- if .Values.deployment.imagePullSecrets }} imagePullSecrets: