mirror of https://github.com/status-im/consul.git
website: remove -beta prerelease tag from api-gateway CRD and image refs
This commit is contained in:
parent
abfa349395
commit
305c78ccbc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue