github hashicorp/consul-helm v0.18.0

latest releases: v0.32.1, v0.32.0, v0.32.0-beta3...
4 years ago

IMPROVEMENTS:

  • Allow setting your own certificate authority for Consul to Consul communication
    (i.e. not Connect service to service communication) [GH-346].
    To use, set:
    global:
      tls:
        caCert:
          secretName: null
          secretKey: null
        caKey:
          secretName: null
          secretKey: null
    See values.yaml for more details.
  • Allow setting custom annotations for Consul server service [GH-376]
    To use, set:
    server:
      service:
        annotations: |
          "annotation-key": "annotation-value"

BUG FIXES:

  • Fix incompatibility with Helm 3.1.2. [GH-390]
  • Ensure the Consul Enterprise license gets applied, even if servers take a long time to come up. [GH-348)

Don't miss a new consul-helm release

NewReleases is sending notifications on new releases.