diff --git a/charts/phrasea/Chart.yaml b/charts/phrasea/Chart.yaml index 409b35b..c27a9c6 100644 --- a/charts/phrasea/Chart.yaml +++ b/charts/phrasea/Chart.yaml @@ -14,7 +14,7 @@ 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. -version: 1.3.0-alpha1 +version: 1.3.0-alpha2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/phrasea/templates/uploader/jobs/create-databox-target-job.yaml b/charts/phrasea/templates/uploader/jobs/create-databox-target-job.yaml index c1e93a9..d4a5f85 100644 --- a/charts/phrasea/templates/uploader/jobs/create-databox-target-job.yaml +++ b/charts/phrasea/templates/uploader/jobs/create-databox-target-job.yaml @@ -25,7 +25,8 @@ spec: spec: {{ include "imagePullSecrets" $ | indent 6 }} {{- if .Values.nodeSelector }} - nodeSelector: {{ toYaml .Values.nodeSelector | nindent 6 }} + nodeSelector: + {{- toYaml .Values.nodeSelector | indent 8 }} {{- end }} volumes: - name: scripts