From 7924065d4bc64c73ab751b1698dafd94a7714c0e Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Fri, 5 Jun 2020 15:09:51 -0700 Subject: [PATCH] Deprecate stable/consul stable/consul is deprecated in favor of HashiCorp's official Helm chart. Signed-off-by: Luke Kysow <1034429+lkysow@users.noreply.github.com> --- stable/consul/Chart.yaml | 11 +++++++---- stable/consul/README.md | 6 ++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/stable/consul/Chart.yaml b/stable/consul/Chart.yaml index a60fea24a2e2..bd9b211b6b9e 100755 --- a/stable/consul/Chart.yaml +++ b/stable/consul/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: consul home: https://github.com/hashicorp/consul -version: 3.9.5 +version: 3.9.6 appVersion: 1.5.3 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and @@ -9,6 +9,9 @@ description: Highly available and distributed service discovery and key-value st icon: https://raw.githubusercontent.com/hashicorp/consul/bce3809dfca37b883828c3715b84143dd71c0f85/website/source/assets/images/favicons/android-chrome-512x512.png sources: - https://github.com/kelseyhightower/consul-on-kubernetes -maintainers: -- name: lachie83 - email: lachlan.evenson@microsoft.com +# NOTE: Deprecated charts can't have maintainers but leaving commented-out for +# posterity. +# maintainers: +# - name: lachie83 +# email: lachlan.evenson@microsoft.com +deprecated: true diff --git a/stable/consul/README.md b/stable/consul/README.md index 3664241b6202..e56f7c294f8e 100644 --- a/stable/consul/README.md +++ b/stable/consul/README.md @@ -1,5 +1,11 @@ # Consul Helm Chart +## Deprecated +This chart is deprecated in favor of HashiCorp's [Official Helm Chart](https://github.com/hashicorp/consul-helm). + +See [https://www.consul.io/docs/k8s/installation/overview](https://www.consul.io/docs/k8s/installation/overview) +for installation instructions. + ## Prerequisites Details * Kubernetes 1.10+ * PV support on underlying infrastructure