Skip to content

Support multi-chart projects

Compare
Choose a tag to compare
@jcwilson jcwilson released this 18 Aug 00:32
7c79105

Major updates

  • Add support for projects that wish to maintain more than one helm chart
    • One can now provide a list of charts in the lamp.json file and choose which one to deploy, start, undeploy, stop, restart or rollback
    • Existing projects should not be affected, as the default chart name to deploy is the project name
  • Provide additional DNS and TLS values to the helm charts at deploy/start time
    • Helm chart templates can now reference:
      • the project's name
      • the target namespace being deployed to
      • values for the service domain name and TLS cert
      • values for the cluster domain name and TLS cert

Other updates

  • Add Datawire's edgectl tool and and add their chart repository to helm
  • Keep the minikube (if in use) clock in-sync with the host clock every time an aladdin command is run