From 1c17b2c9c3db7816be1da7028e1adb6ae04d061e Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Wed, 27 Apr 2022 14:12:19 -0400 Subject: [PATCH] Update consul-api-gateway pin in installation instructions --- website/content/docs/api-gateway/consul-api-gateway-install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/api-gateway/consul-api-gateway-install.mdx b/website/content/docs/api-gateway/consul-api-gateway-install.mdx index 724ff89791..dff99915e5 100644 --- a/website/content/docs/api-gateway/consul-api-gateway-install.mdx +++ b/website/content/docs/api-gateway/consul-api-gateway-install.mdx @@ -38,7 +38,7 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re enabled: true apiGateway: enabled: true - image: hashicorp/consul-api-gateway:0.1.0 + image: hashicorp/consul-api-gateway:0.2.0 ```