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
This commit is contained in:
Tu Nguyen 2023-01-04 12:44:02 -08:00 committed by GitHub
parent bb797ff36c
commit 39e6ca3bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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
```
</Tab>
@ -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
```
</Tab>
</Tabs>