Skip to content

Commit

Permalink
remove kubeovn ependency from distro-full bundle (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Jul 30, 2024
1 parent ac11056 commit 23b2521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/platform/bundles/distro-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ releases:
releaseName: kafka-operator
chart: cozy-kafka-operator
namespace: cozy-kafka-operator
dependsOn: [cilium,kubeovn]
dependsOn: [cilium]

- name: clickhouse-operator
releaseName: clickhouse-operator
chart: cozy-clickhouse-operator
namespace: cozy-clickhouse-operator
dependsOn: [cilium,kubeovn]
dependsOn: [cilium]

- name: rabbitmq-operator
releaseName: rabbitmq-operator
Expand Down

0 comments on commit 23b2521

Please sign in to comment.