diff --git a/charts/mageai/Chart.yaml b/charts/mageai/Chart.yaml index aee5178..756f4da 100644 --- a/charts/mageai/Chart.yaml +++ b/charts/mageai/Chart.yaml @@ -72,4 +72,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: 0.2.0 +version: 0.2.1 diff --git a/charts/mageai/templates/deployment.yaml b/charts/mageai/templates/deployment.yaml index 75f34ad..ef448d2 100644 --- a/charts/mageai/templates/deployment.yaml +++ b/charts/mageai/templates/deployment.yaml @@ -109,9 +109,9 @@ spec: {{- else if .Values.extraVolumeMounts }} {{- toYaml .Values.extraVolumeMounts | nindent 12 }} {{- end }} - {{- if .Values.extraContainers }} - {{- toYaml .Values.extraContainers | nindent 12 }} - {{- end }} + {{- if .Values.extraContainers }} + {{- toYaml .Values.extraContainers | nindent 8 }} + {{- end }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}