File tree 2 files changed +2
-2
lines changed
site/content/how-to/monitoring 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
28
28
packages : write # for docker/build-push-action to push to GHCR
29
29
id-token : write # for docker/login to login to NGINX registry
30
- runs-on : ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') && 'nginx -plus' || 'ubuntu-24.04' }}
30
+ runs-on : ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') && 'kic -plus' || 'ubuntu-24.04' }}
31
31
services :
32
32
registry :
33
33
image : registry:2
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ The span attribute will be added to all tracing spans.
92
92
To install:
93
93
94
94
``` shell
95
- helm install ngf oci://ghcr.io/nginxinc /charts/nginx-gateway-fabric --create-namespace -n nginx-gateway -f values.yaml
95
+ helm install ngf oci://ghcr.io/nginx /charts/nginx-gateway-fabric --create-namespace -n nginx-gateway -f values.yaml
96
96
```
97
97
98
98
You should see the following configuration:
You can’t perform that action at this time.
0 commit comments