Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCKER_TAG ?= $(USER)
# default helm chart version must be 0.0.42 for local development (because 42 is the answer to the universe and everything)
HELM_SEMVER ?= 0.0.42
# The list of helm charts needed on internal kubernetes testing environments
CHARTS_INTEGRATION := wire-server databases-ephemeral redis-cluster rabbitmq fake-aws ingress-nginx-controller nginx-ingress-controller nginx-ingress-services fluent-bit kibana restund coturn k8ssandra-test-cluster
CHARTS_INTEGRATION := wire-server databases-ephemeral redis-cluster rabbitmq fake-aws ingress-nginx-controller nginx-ingress-controller nginx-ingress-services fluent-bit kibana restund k8ssandra-test-cluster
# The list of helm charts to publish on S3
# FUTUREWORK: after we "inline local subcharts",
# (e.g. move charts/brig to charts/wire-server/brig)
Expand All @@ -17,7 +17,7 @@ CHARTS_RELEASE := wire-server redis-ephemeral redis-cluster rabbitmq rabbitmq-ex
fake-aws fake-aws-s3 fake-aws-sqs aws-ingress fluent-bit kibana backoffice \
calling-test demo-smtp elasticsearch-curator elasticsearch-external \
elasticsearch-ephemeral minio-external cassandra-external \
nginx-ingress-controller ingress-nginx-controller nginx-ingress-services reaper restund coturn \
nginx-ingress-controller ingress-nginx-controller nginx-ingress-services reaper restund \
k8ssandra-test-cluster ldap-scim-bridge
KIND_CLUSTER_NAME := wire-server
HELM_PARALLELISM ?= 1 # 1 for sequential tests; 6 for all-parallel tests
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove coturn helm chart. It is moved to `wireapp/coturn`.
14 changes: 0 additions & 14 deletions charts/coturn/Chart.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions charts/coturn/README.md

This file was deleted.

54 changes: 0 additions & 54 deletions charts/coturn/templates/_helpers.tpl

This file was deleted.

112 changes: 0 additions & 112 deletions charts/coturn/templates/configmap-coturn-conf-template.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions charts/coturn/templates/secret-or-certificate.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions charts/coturn/templates/secret.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions charts/coturn/templates/service-account.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions charts/coturn/templates/service.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions charts/coturn/templates/servicemonitor.yaml

This file was deleted.

Loading