Skip to content

v0.2.1 - Fix DNS name issues

Compare
Choose a tag to compare
@etiennedi etiennedi released this 07 May 10:12

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 named weaviate 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.