From a9a041626604085a2c2fc323e2554e811e89cafc Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Wed, 27 Apr 2022 15:07:02 -0400 Subject: [PATCH] Update version pin for consul-api-gateway CRD install --- 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 137072ef1..681567f82 100644 --- a/website/content/docs/api-gateway/consul-api-gateway-install.mdx +++ b/website/content/docs/api-gateway/consul-api-gateway-install.mdx @@ -20,7 +20,7 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re ```shell-session - $ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.1.0" + $ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.2.0" ```