diff --git a/charts/flink-job/Chart.yaml b/charts/flink-job/Chart.yaml index 3fc0a3d4..b976563e 100644 --- a/charts/flink-job/Chart.yaml +++ b/charts/flink-job/Chart.yaml @@ -7,7 +7,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.5 +version: 0.4.6 dependencies: - name: image-automation diff --git a/charts/flink-job/README.md b/charts/flink-job/README.md index 0ab87d96..66ebf418 100644 --- a/charts/flink-job/README.md +++ b/charts/flink-job/README.md @@ -1,6 +1,6 @@ # flink-job -![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for handling Cheetah Data Platform Flink jobs diff --git a/charts/flink-job/values.yaml b/charts/flink-job/values.yaml index 505483ac..517b81cb 100644 --- a/charts/flink-job/values.yaml +++ b/charts/flink-job/values.yaml @@ -241,11 +241,11 @@ taskManager: envFrom: {{- toYaml . | nindent 8 }} {{- end }} - {{- with (concat .Values.volumeMounts .Values.taskManager.volumeMounts (list (include "flink-job.sslVolumeMounts" . | fromYaml))) }} + {{- with (compact (concat .Values.volumeMounts .Values.taskManager.volumeMounts (list (include "flink-job.sslVolumeMounts" . | fromYaml)))) }} volumeMounts: {{- toYaml . | nindent 8 -}} {{- end }} - {{- with (concat .Values.volumes .Values.taskManager.volumes (list (include "flink-job.sslVolumes" . | fromYaml))) }} + {{- with (compact (concat .Values.volumes .Values.taskManager.volumes (list (include "flink-job.sslVolumes" . | fromYaml)))) }} volumes: {{- toYaml . | nindent 4 -}} {{- end }} @@ -310,11 +310,11 @@ jobManager: envFrom: {{- toYaml . | nindent 8 }} {{- end }} - {{- with (concat .Values.volumeMounts .Values.jobManager.volumeMounts (list (include "flink-job.sslVolumeMounts" . | fromYaml))) }} + {{- with (compact (concat .Values.volumeMounts .Values.jobManager.volumeMounts (list (include "flink-job.sslVolumeMounts" . | fromYaml)))) }} volumeMounts: {{- toYaml . | nindent 8 -}} {{- end }} - {{- with (concat .Values.volumes .Values.jobManager.volumes (list (include "flink-job.sslVolumes" . | fromYaml))) }} + {{- with (compact (concat .Values.volumes .Values.jobManager.volumes (list (include "flink-job.sslVolumes" . | fromYaml)))) }} volumes: {{- toYaml . | nindent 4 -}} {{- end }}