website: remove -beta prerelease tag from api-gateway CRD and image refs

This commit is contained in:
Mike Morris 2022-02-22 11:23:22 -05:00
parent abfa349395
commit 305c78ccbc
1 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ Your datacenter must meet the following requirements prior to configuring the Co
<CodeBlockConfig>
```shell-session
$ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.1.0-beta"
$ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?ref=v0.1.0"
```
</CodeBlockConfig>
@ -55,7 +55,7 @@ Your datacenter must meet the following requirements prior to configuring the Co
enabled: true
apiGateway:
enabled: true
image: hashicorp/consul-api-gateway:0.1.0-beta
image: hashicorp/consul-api-gateway:0.1.0
```
</CodeBlockConfig>