Skip to content

Commit 1fb35c5

Browse files
committed
bump up references to v0.2.0
1 parent bad9643 commit 1fb35c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-src/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ be installed into any Kubernetes (>= 1.16) cluster.
88
To install the CRDs, please execute:
99

1010
```
11-
kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.1.0" \
11+
kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.2.0" \
1212
| kubectl apply -f -
1313
```
1414

docs/getting-started/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ <h2 id="installing-crds">Installing CRDs</h2>
672672
<p>This project provides a collection of Custom Resource Definitions (CRDs) that can
673673
be installed into any Kubernetes (&gt;= 1.16) cluster.</p>
674674
<p>To install the CRDs, please execute:</p>
675-
<pre><code>kubectl kustomize &quot;github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.1.0&quot; \
675+
<pre><code>kubectl kustomize &quot;github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.2.0&quot; \
676676
| kubectl apply -f -
677677
</code></pre>
678678

0 commit comments

Comments
 (0)