Update upgrade-specific-versions.mdx

This commit is contained in:
sarahalsmiller 2022-06-16 15:36:27 -05:00 committed by GitHub
parent f42f0fbe5f
commit 3c6cbb51b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ Ensure that the following requirements are met prior to upgrading:
You should receive the following response: You should receive the following response:
```log ```log
"hashicorp/consul-api-gateway:0.1.0" "hashicorp/consul-api-gateway:0.2.1"
``` ```
1. Retrieve all gateways that have a secret in a different namespace. If you have installed the [`jq`](https://stedolan.github.io/jq/) utility, you can skip to [step 4](#jq-command-secrets). Otherwise, issue the following command to get all `Gateways` across all namespaces: 1. Retrieve all gateways that have a secret in a different namespace. If you have installed the [`jq`](https://stedolan.github.io/jq/) utility, you can skip to [step 4](#jq-command-secrets). Otherwise, issue the following command to get all `Gateways` across all namespaces:
@ -430,7 +430,7 @@ This is the upgrade path to use when there are no version specific steps to take
1. Issue the following command to upgrade your Consul installation: 1. Issue the following command to upgrade your Consul installation:
```shell-session ```shell-session
$ helm upgrade --values values.yaml --namespace consul --version <NEW_VERSION> hashicorp/consul <DEPLOYMENT_NAME> $ helm upgrade --values values.yaml --namespace consul --version <NEW_VERSION> <DEPLOYMENT_NAME> hashicorp/consul
``` ```
Note that the upgrade will cause the Consul API Gateway controller shut down and restart with the new version. Note that the upgrade will cause the Consul API Gateway controller shut down and restart with the new version.