From 0cb01f6a47c7a7edb00bf146ff8c7c755f14cb87 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Tue, 22 Feb 2022 12:31:09 -0500 Subject: [PATCH] website: bump Consul Helm chart req for Consul API Gateway to 0.41.0 --- website/content/docs/api-gateway/api-gateway.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/api-gateway/api-gateway.mdx b/website/content/docs/api-gateway/api-gateway.mdx index f552a9bab4..3fe7a46922 100644 --- a/website/content/docs/api-gateway/api-gateway.mdx +++ b/website/content/docs/api-gateway/api-gateway.mdx @@ -25,7 +25,7 @@ Your datacenter must meet the following requirements prior to configuring the Co - Kubernetes 1.21+ - `kubectl` 1.21+ - Consul 1.11.2+ -- HashiCorp Consul Helm chart 0.40.0+ +- HashiCorp Consul Helm chart 0.41.0+ ## Installation @@ -65,7 +65,7 @@ Your datacenter must meet the following requirements prior to configuring the Co ```shell-session - $ helm install consul hashicorp/consul --version 0.40.0 --values values.yaml + $ helm install consul hashicorp/consul --version 0.41.0 --values values.yaml ```