From a4625288425b0c240c4c551eff87208999fd61aa Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 22 Feb 2024 13:26:56 -0800 Subject: [PATCH] Update install-k8s.mdx --- .../content/docs/connect/gateways/api-gateway/install-k8s.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/connect/gateways/api-gateway/install-k8s.mdx b/website/content/docs/connect/gateways/api-gateway/install-k8s.mdx index 4c66ebe8f6..7085b14647 100644 --- a/website/content/docs/connect/gateways/api-gateway/install-k8s.mdx +++ b/website/content/docs/connect/gateways/api-gateway/install-k8s.mdx @@ -95,7 +95,7 @@ The Consul API gateway ships with Consul and is automatically installed when you ``` ```shell-session - $ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.16.0 + $ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.17.0 ``` @@ -110,7 +110,7 @@ The Consul API gateway ships with Consul and is automatically installed when you Install Consul with API Gateway on your Kubernetes cluster by specifying the `values.yaml` file. ```shell-session - $ helm install consul hashicorp/consul --version 1.2.0 --values values.yaml --create-namespace --namespace consul + $ helm install consul hashicorp/consul --version 1.3.0 --values values.yaml --create-namespace --namespace consul ```