diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 43e2cf266..ecd6dc00e 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.182 +version: 0.2.183 # 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.10.5 diff --git a/charts/datahub/templates/datahub-upgrade/datahub-system-update-job.yml b/charts/datahub/templates/datahub-upgrade/datahub-system-update-job.yml index e03e8b38f..261f0b921 100644 --- a/charts/datahub/templates/datahub-upgrade/datahub-system-update-job.yml +++ b/charts/datahub/templates/datahub-upgrade/datahub-system-update-job.yml @@ -70,7 +70,7 @@ spec: - name: SCHEMA_REGISTRY_SYSTEM_UPDATE value: "true" - name: SPRING_KAFKA_PROPERTIES_AUTO_REGISTER_SCHEMAS - value: "false" + value: "true" - name: SPRING_KAFKA_PROPERTIES_USE_LATEST_VERSION value: "true" {{- end }}