Skip to content

Commit

Permalink
Merge pull request #17 from getditto/fix/bp-lq-kafka
Browse files Browse the repository at this point in the history
fix: update chart deps fixes issues with creating lqt kafka
  • Loading branch information
ChrisMcKenzie authored Dec 19, 2024
2 parents e95f2d6 + fa6e28b commit c3d577c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/big-peer/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ dependencies:
- name: kafka
repository: https://getditto.github.io/helm-charts/
version: 0.3.3
digest: sha256:c78b26699c45312db537a31949082f337cf3a17abb70f63eabe32afa1574a53e
generated: "2024-11-27T15:20:27.251739+13:00"
digest: sha256:dbf32fa8d6fa1346211fb86b5cf3bc9921cdf83bbe577c2c45c74ee0f6d05b63
generated: "2024-12-19T12:05:59.366092125-06:00"
3 changes: 2 additions & 1 deletion charts/big-peer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ home: https://docs.ditto.live/
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.12
version: 0.2.13

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down Expand Up @@ -101,3 +101,4 @@ dependencies:
condition: live-query.enabled
tags:
- kafka
- live-query
4 changes: 4 additions & 0 deletions charts/big-peer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ apps:

# global kafka cluster options
kafka:
networkPolicies:
enabled: false
# enable kraft mode for dual use Kafka nodes in a common node pool
kraft:
enabled: false
Expand Down Expand Up @@ -851,6 +853,8 @@ live-query:
CDC_HEARTBEAT_KAFKA_REPLICATION_FACTOR: 1

live-query-kafka:
networkPolicies:
enabled: false
# enable kraft mode for dual use Kafka nodes in a common node pool
kraft:
enabled: false
Expand Down

0 comments on commit c3d577c

Please sign in to comment.