diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 459870ef0..8412bd573 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -26,7 +26,7 @@ dependencies: repository: file://./subcharts/datahub-mce-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-ingestion-cron - version: 0.2.140 + version: 0.2.141 repository: file://./subcharts/datahub-ingestion-cron condition: datahub-ingestion-cron.enabled - name: acryl-datahub-actions diff --git a/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml b/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml index 39ed5f149..d42ecae89 100644 --- a/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml +++ b/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes 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: 0.2.140 +version: 0.2.141 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: v0.11.0 diff --git a/charts/datahub/subcharts/datahub-ingestion-cron/templates/cron.yaml b/charts/datahub/subcharts/datahub-ingestion-cron/templates/cron.yaml index 6cb7a3642..a069ad7a9 100644 --- a/charts/datahub/subcharts/datahub-ingestion-cron/templates/cron.yaml +++ b/charts/datahub/subcharts/datahub-ingestion-cron/templates/cron.yaml @@ -75,7 +75,7 @@ spec: {{- toYaml .extraSidecars | nindent 10 }} {{- end }} restartPolicy: {{ default "OnFailure" .restartPolicy }} - {{- with default .Values.global.nodeSelector .nodeSelector }} + {{- with default $.Values.global.nodeSelector .nodeSelector }} nodeSelector: {{- toYaml . | nindent 12 }} {{- end }} @@ -83,7 +83,7 @@ spec: affinity: {{- toYaml .affinity | nindent 12 }} {{- end }} - {{- with default .Values.global.tolerations .tolerations }} + {{- with default $.Values.global.tolerations .tolerations }} tolerations: {{- toYaml . | nindent 12 }} {{- end }}