Skip to content

Commit f52fdcf

Browse files
committed
docs: bump main guide for v1.4.0 release
Signed-off-by: Shane Utt <[email protected]>
1 parent 7518633 commit f52fdcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site-src/guides/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ beta, including GatewayClass, Gateway, HTTPRoute, and ReferenceGrant. To install
4545
this channel, run the following kubectl command:
4646

4747
```bash
48-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml
48+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/standard-install.yaml
4949
```
5050

5151
### Install Experimental Channel
@@ -63,7 +63,7 @@ documentation](../concepts/versioning.md).
6363
To install the experimental channel, run the following kubectl command:
6464

6565
```bash
66-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/experimental-install.yaml
66+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/experimental-install.yaml
6767
```
6868

6969
### v1.2 Upgrade Notes

0 commit comments

Comments
 (0)