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
NET-2088-upgrade-test-ingress-gateway
Tu Nguyen 2 years ago committed by GitHub
parent 1113314641
commit 01a4510d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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. 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 ```shell-session
$ export VERSION=0.5.0 $ export VERSION=0.5.1
``` ```
1. Issue the following command to install the CRDs: 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 ```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> </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. Install Consul with API Gateway on your Kubernetes cluster by specifying the `values.yaml` file.
```shell-session ```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> </Tab>
</Tabs> </Tabs>

Loading…
Cancel
Save