File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ make create-kind-cluster
88
88
Use ` kubectl ` to add the API resources for NGINX Gateway Fabric with the following command:
89
89
90
90
``` 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 -
92
92
```
93
93
94
94
``` text
@@ -103,7 +103,7 @@ customresourcedefinition.apiextensions.k8s.io/referencegrants.gateway.networking
103
103
To use experimental features, you'll need to install the API resources from the experimental channel instead.
104
104
105
105
``` 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 -
107
107
```
108
108
109
109
{{< /note >}}
@@ -119,7 +119,7 @@ helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namesp
119
119
```
120
120
121
121
``` 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
123
123
Digest: sha256:9bbd1a2fcbfd5407ad6be39f796f582e6263512f1f3a8969b427d39063cc6fee
124
124
NAME: ngf
125
125
LAST DEPLOYED: Mon Oct 21 14:45:14 2024
@@ -157,7 +157,7 @@ metadata:
157
157
labels :
158
158
app.kubernetes.io/name : nginx-gateway-fabric
159
159
app.kubernetes.io/instance : ngf
160
- app.kubernetes.io/version : " 1.5.1 "
160
+ app.kubernetes.io/version : " 1.6.0 "
161
161
spec :
162
162
type : NodePort
163
163
selector :
You can’t perform that action at this time.
0 commit comments