v0.2.1 - Fix DNS name issues
Fixes
- #2: Bug: DNS names hard-coded, not based on chart name
The previous version had some dns names hard-coded on the assumption that the release was namedweaviate
by the user. If you chose another name, network communication between Janus<>Cassandra and Weaviate<>etcd would break. This addresses this, by using the release name as part of the dns names for service discovery.