website: bump Consul Helm chart req for Consul API Gateway to 0.41.0

This commit is contained in:
Mike Morris 2022-02-22 12:31:09 -05:00
parent 7d88a36e8c
commit 3b80823eeb
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Your datacenter must meet the following requirements prior to configuring the Co
- Kubernetes 1.21+
- `kubectl` 1.21+
- Consul 1.11.2+
- HashiCorp Consul Helm chart 0.40.0+
- HashiCorp Consul Helm chart 0.41.0+
## Installation
@ -65,7 +65,7 @@ Your datacenter must meet the following requirements prior to configuring the Co
<CodeBlockConfig>
```shell-session
$ helm install consul hashicorp/consul --version 0.40.0 --values values.yaml
$ helm install consul hashicorp/consul --version 0.41.0 --values values.yaml
```
</CodeBlockConfig>