Skip to content

Commit 4d8b53c

Browse files
committed
Update version tag in getting started guide
1 parent c5a52cf commit 4d8b53c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/content/get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ make create-kind-cluster
8888
Use `kubectl` to add the API resources for NGINX Gateway Fabric with the following command:
8989

9090
```shell
91-
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.5.1" | kubectl apply -f -
91+
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.6.0" | kubectl apply -f -
9292
```
9393

9494
```text
@@ -103,7 +103,7 @@ customresourcedefinition.apiextensions.k8s.io/referencegrants.gateway.networking
103103
To use experimental features, you'll need to install the API resources from the experimental channel instead.
104104

105105
```shell
106-
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.1" | kubectl apply -f -
106+
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.6.0" | kubectl apply -f -
107107
```
108108

109109
{{< /note >}}
@@ -119,7 +119,7 @@ helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namesp
119119
```
120120

121121
```text
122-
Pulled: ghcr.io/nginx/charts/nginx-gateway-fabric:1.5.1
122+
Pulled: ghcr.io/nginx/charts/nginx-gateway-fabric:1.6.0
123123
Digest: sha256:9bbd1a2fcbfd5407ad6be39f796f582e6263512f1f3a8969b427d39063cc6fee
124124
NAME: ngf
125125
LAST DEPLOYED: Mon Oct 21 14:45:14 2024
@@ -157,7 +157,7 @@ metadata:
157157
labels:
158158
app.kubernetes.io/name: nginx-gateway-fabric
159159
app.kubernetes.io/instance: ngf
160-
app.kubernetes.io/version: "1.5.1"
160+
app.kubernetes.io/version: "1.6.0"
161161
spec:
162162
type: NodePort
163163
selector:

0 commit comments

Comments
 (0)