diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 1e9819071..f27ab39c1 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,10 +4,10 @@ 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.3.30 +version: 0.4.0 # 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.12.1 +appVersion: 0.13.0 dependencies: - name: datahub-gms version: 0.2.163 diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 7c9061c1d..f1b4693b3 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -374,10 +374,11 @@ datahubSystemUpdate: # steps are completed, the non-blocking job runs while the rest of the # system is starting. nonblocking: - enabled: false + enabled: true # When mode = 'nonblocking' the nonblocking job should not include the above helm.sh/hook annotations annotations: {} image: + args: # Add custom command / arguments to this job. Useful if you need a custom startup or shutdown script # to run # command: customCommand @@ -650,7 +651,7 @@ global: # value: password datahub: - version: v0.12.1 + version: v0.13.0 gms: protocol: "http" port: "8080" @@ -688,7 +689,7 @@ global: managed_ingestion: enabled: true - defaultCliVersion: "0.12.1.1" + defaultCliVersion: "0.13.0.0" metadata_service_authentication: enabled: true