Update version of consul Helm chart

This commit is contained in:
Nathan Coleman 2022-06-21 14:06:53 -04:00
parent 2044394c87
commit 2b5b6a1159
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re
1. Install Consul API Gateway using the standard Consul Helm chart and specify the custom values file. Available versions of the [Consul Helm chart](https://github.com/hashicorp/consul-k8s/releases) can be found in GitHub releases. 1. Install Consul API Gateway using the standard Consul Helm chart and specify the custom values file. Available versions of the [Consul Helm chart](https://github.com/hashicorp/consul-k8s/releases) can be found in GitHub releases.
```shell-session ```shell-session
$ helm install consul hashicorp/consul --version 0.43.0 --values values.yaml --create-namespace --namespace consul $ helm install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul
``` ```
## Usage ## Usage