No description
  • Shell 74%
  • Go 23.8%
  • HCL 1.4%
  • Smarty 0.5%
  • Dockerfile 0.3%
Find a file
2021-08-24 15:25:19 -07:00
.circleci Disable circleci, since all ci runs in consul-k8s. (#1069) 2021-08-09 15:26:55 -07:00
.github Revamp issue template and provide verbiage on +1 for tracking interest (#1025) 2021-07-07 10:02:38 -07:00
addons Delete grafana from the helm chart (#930) 2021-04-27 16:53:23 -04:00
assets Add icon to chart.yaml 2020-06-01 12:45:59 -07:00
hack Add script to clean up orphaned AWS resources (#994) 2021-07-12 14:42:52 -07:00
templates Add ability to manual specify a server-cert (#1046) 2021-07-26 12:51:57 -07:00
test Fix all outstanding acceptance test errors from golangci-lint (#1067) 2021-08-04 18:35:40 -05:00
.gitignore Move all terraform setup to test/terraform 2018-08-20 16:16:22 -07:00
.helmignore Ignore bin dirs 2018-08-20 17:30:52 -07:00
CHANGELOG.md Updated changelog to reflect PR#1046. (#1054) 2021-07-26 13:49:12 -07:00
Chart.yaml Update chart.yaml to match K8s 1.17 requirement on README.md (#1053) 2021-07-26 13:22:21 -07:00
CONTRIBUTING.md Update templates to support license autoload. (#952) 2021-05-27 12:49:44 -04:00
LICENSE.md Add license 2018-08-17 22:09:05 -07:00
Makefile Add helm docs generation script (#727) 2020-12-17 10:34:53 -08:00
README.md Update README.md 2021-08-24 15:25:19 -07:00
values.yaml Add ability to manual specify a server-cert (#1046) 2021-07-26 12:51:57 -07:00

Consul Helm Chart

⚠️ The Consul Helm chart has been moved to hashicorp/consul-k8s under the charts/consul directory. ⚠️

Please direct all pull requests and issues to that repository.

Why We Moved consul-helm

For users, the separate repositories lead to difficulty on new releases and confusion surrounding versioning. Most of the time new releases that include changes to consul-k8s also change consul-helm. But separate repositories mean separate GitHub PR's and added confusion in opening new Github Issues. In addition, we maintain separate versions of the consul-k8s binary and the Consul Helm chart, which in most cases are more tightly coupled together with dependencies. This versioning strategy has also led to confusion as to which Helm charts are compatible with which versions of consul-k8s.