Skip to content

Commit 3507090

Browse files
committed
Also pin version of ngf installed/upgraded in readme
1 parent db54c6d commit 3507090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/namespaces/nginx-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We use NGINX Gateway Fabric to manage our ingress traffic. This replaced the pre
1515

1616
1. Create NGINX CRDs with `kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v2.6.2" | kubectl apply -f -`
1717
2. Install NGF-specific CRDs `helm show crds oci://ghcr.io/nginx/charts/nginx-gateway-fabric --version 2.6.2 | kubectl apply --server-side -f -`
18-
3. Install the Helm chart `helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway -f values.yaml`
18+
3. Install the Helm chart `helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --version 2.6.2 --create-namespace -n nginx-gateway -f values.yaml`
1919
4. Wait for the installation to complete with `kubectl wait --timeout=5m -n nginx-gateway deployment/ngf-nginx-gateway-fabric --for=condition=Available`
2020

2121
NOTE: To upgrade/change values, switch from `helm install` to `helm upgrade`.

0 commit comments

Comments
 (0)