diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index f22b1a6a2..4a3efa1ce 100644 --- a/charts/prerequisites/Chart.yaml +++ b/charts/prerequisites/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on 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.1.14 +version: 0.1.15 dependencies: - name: elasticsearch version: 7.17.3 diff --git a/charts/prerequisites/values.yaml b/charts/prerequisites/values.yaml index 54c13ec24..75edc8450 100644 --- a/charts/prerequisites/values.yaml +++ b/charts/prerequisites/values.yaml @@ -154,10 +154,10 @@ gcloud-sqlproxy: port: 3306 cp-helm-charts: - enabled: true + enabled: false # Schema registry is under the community license cp-schema-registry: - enabled: true + enabled: false kafka: # <>-kafka:9092 bootstrapServers: "prerequisites-kafka:9092"