From f0ede6cf6449a8e9f3898a50f255b15d54522074 Mon Sep 17 00:00:00 2001 From: Lukas Novotny Date: Mon, 11 Jul 2022 17:53:30 +0200 Subject: [PATCH] feat(helm) chart version bump. --- charts/datahub/Chart.yaml | 4 ++-- charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index c16f97380..77051404f 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for LinkedIn DataHub 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.85 +version: 0.2.86 # 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: 0.8.40 @@ -26,7 +26,7 @@ dependencies: repository: file://./subcharts/datahub-mce-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-ingestion-cron - version: 0.2.3 + version: 0.2.4 repository: file://./subcharts/datahub-ingestion-cron condition: datahub-ingestion-cron.enabled - name: datahub-jmxexporter diff --git a/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml b/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml index de2562900..c3d84969c 100644 --- a/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml +++ b/charts/datahub/subcharts/datahub-ingestion-cron/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: 0.2.3 +version: 0.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.