From 0104383203a211e36bc0e1ad5789e6353ec5de50 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Wed, 27 Apr 2022 14:47:15 -0400 Subject: [PATCH] Instruct user to update apiGateway.image in values.yaml --- .../docs/api-gateway/upgrade-specific-versions.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/content/docs/api-gateway/upgrade-specific-versions.mdx b/website/content/docs/api-gateway/upgrade-specific-versions.mdx index 07fea65e61..7004b0893c 100644 --- a/website/content/docs/api-gateway/upgrade-specific-versions.mdx +++ b/website/content/docs/api-gateway/upgrade-specific-versions.mdx @@ -217,6 +217,18 @@ Ensure that the following requirements are met prior to upgrading: $ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?ref=0.2.0" ``` +1. Update `apiGateway.image` in `values.yaml`: + + + + ```yaml + ... + apiGateway: + image: hashicorp/consul-api-gateway:0.2.0 + ... + ``` + + 1. Issue the following command to upgrade your Consul installation: ```shell-session