Skip to content

Commit

Permalink
add: ability to add annotations to kafka externalListener in big peer…
Browse files Browse the repository at this point in the history
… kafka clusters
  • Loading branch information
ChrisMcKenzie committed Jan 10, 2025
1 parent 4ab7f22 commit fb40e86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/big-peer/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
version: 0.44.0
- name: kafka
repository: https://getditto.github.io/helm-charts/
version: 0.3.3
version: 0.3.5
- name: dummy-auth-webhook
repository: oci://quay.io/ditto-external
version: 0.1.1
Expand All @@ -31,6 +31,6 @@ dependencies:
version: 0.1.0-002c59
- name: kafka
repository: https://getditto.github.io/helm-charts/
version: 0.3.3
digest: sha256:dbf32fa8d6fa1346211fb86b5cf3bc9921cdf83bbe577c2c45c74ee0f6d05b63
generated: "2024-12-19T12:05:59.366092125-06:00"
version: 0.3.5
digest: sha256:32d2472e3b0c018b3fdfd462273c02adb7117b54a714ba13ce9be2a0888f663d
generated: "2025-01-10T10:55:30.13758089-06:00"
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.13
version: 0.2.14

# 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,7 +75,7 @@ dependencies:
tags:
- kafka-operator
- name: kafka
version: "0.3.3"
version: "0.3.5"
repository: "https://getditto.github.io/helm-charts/"
alias: kafka
condition: kafka-cluster.enabled
Expand All @@ -96,7 +96,7 @@ dependencies:
- live-query
- name: kafka
alias: live-query-kafka
version: "0.3.3"
version: "0.3.5"
repository: "https://getditto.github.io/helm-charts/"
condition: live-query.enabled
tags:
Expand Down

0 comments on commit fb40e86

Please sign in to comment.