Skip to content

Commit

Permalink
Removed all dependencies as reorg in upstream. Cleaned up charts.
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <kotalalith@gmail.com>
  • Loading branch information
lalithkota committed Dec 12, 2024
1 parent 1ceac0c commit 7b1a8ee
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 762 deletions.
2 changes: 1 addition & 1 deletion charts/reporting-init/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
reportingInstallationName: '{{ .Release.Name }}-reporting'
debeziumInstallationName: '{{ tpl .Values.reportingInstallationName $ }}-debezium'
osKafkaConnectorInstallationName: '{{ tpl .Values.reportingInstallationName $ }}-os-kafka-connector'
opensearchInstallationName: '{{ tpl .Values.reportingInstallationName $ }}-opensearch'
opensearchInstallationName: '{{ .Release.Name }}-opensearch'
dedupeServiceInstallationName: '{{ .Release.Name }}-deduplicator-openg2p-deduplicator'
dedupeOpensearchInstallationName: '{{ .Release.Name }}-deduplicator-opensearch'
postgresqlInstallationName: '{{ .Release.Name }}-postgresql'
Expand Down
8 changes: 0 additions & 8 deletions charts/reporting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ description: A Helm chart for OpenG2P Reporting module.
type: application
version: 0.0.0-develop
dependencies:
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 29.x.x
condition: kafka.enabled
- name: opensearch
version: 1.2.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: opensearch.enabled
- name: debezium
version: 2.6.0
condition: debezium.enabled
Expand Down
4 changes: 2 additions & 2 deletions charts/reporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Helm chart for installing reporting framework (infra for reporting).

This chart contains the following components:

- Kafka + Kafka UI
- OpenSearch
- Debezium Kafka Connector
- Opensearch Kafka Connector

Note: Reporting Charts older than version 1.2.1 used to install kafka and opensearch dependencies. Later version helm charts do NOT install the dependencies along with them.
21 changes: 0 additions & 21 deletions charts/reporting/templates/_helpers.tpl

This file was deleted.

15 changes: 0 additions & 15 deletions charts/reporting/templates/kafka-ui/configmap.yaml

This file was deleted.

104 changes: 0 additions & 104 deletions charts/reporting/templates/kafka-ui/deployment.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions charts/reporting/templates/kafka-ui/gateway.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions charts/reporting/templates/kafka-ui/service.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions charts/reporting/templates/kafka-ui/virtualservice.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions charts/reporting/templates/opensearch/configmap.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions charts/reporting/templates/opensearch/gateway.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions charts/reporting/templates/opensearch/virtualservice.yaml

This file was deleted.

Loading

0 comments on commit 7b1a8ee

Please sign in to comment.