From 01a4510d6cb7d0076cc0cb4df16df0fa3a7aa367 Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Wed, 4 Jan 2023 12:44:02 -0800 Subject: [PATCH] Update api gateway version to latest (#15197) * Update api gateway version to latest * Update website/content/docs/api-gateway/install.mdx * update to latest apigw version 0.5.1 * update consul and helm version --- website/content/docs/api-gateway/install.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/api-gateway/install.mdx b/website/content/docs/api-gateway/install.mdx index b0144acb90..ecf25f52da 100644 --- a/website/content/docs/api-gateway/install.mdx +++ b/website/content/docs/api-gateway/install.mdx @@ -18,7 +18,7 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re 1. Set the version of Consul API Gateway you are installing as an environment variable. The following steps use this environment variable in commands and configurations. ```shell-session - $ export VERSION=0.5.0 + $ export VERSION=0.5.1 ``` 1. Issue the following command to install the CRDs: @@ -60,7 +60,7 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re ``` ```shell-session - $ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2 + $ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.14.3 ``` @@ -74,7 +74,7 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re Install Consul with API Gateway on your Kubernetes cluster by specifying the `values.yaml` file. ```shell-session - $ helm install consul hashicorp/consul --version 1.0.0 --values values.yaml --create-namespace --namespace consul + $ helm install consul hashicorp/consul --version 1.0.2 --values values.yaml --create-namespace --namespace consul ```