Skip to content

Commit

Permalink
Merge pull request #11 from getditto/big-peer/use-external-kafka
Browse files Browse the repository at this point in the history
Switch big-peer to use helm-charts Kafka chart
  • Loading branch information
sl1pm4t authored Nov 26, 2024
2 parents 57b4ab1 + f1abd23 commit c2fa0cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.9
version: 0.2.10

# 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 @@ -75,8 +75,8 @@ dependencies:
tags:
- kafka-operator
- name: kafka
version: "0.2.2"
repository: "oci://quay.io/ditto-external"
version: "0.3.0"
repository: "https://getditto.github.io/helm-charts/"
alias: kafka
condition: kafka-cluster.enabled
tags:
Expand Down

0 comments on commit c2fa0cf

Please sign in to comment.