Skip to content

Commit

Permalink
Disable schema registry (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 authored Jan 17, 2025
1 parent a73f831 commit 08defc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prerequisites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/prerequisites/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
# <<release-name>>-kafka:9092
bootstrapServers: "prerequisites-kafka:9092"
Expand Down

0 comments on commit 08defc8

Please sign in to comment.