Skip to content

Commit ed32933

Browse files
authored
Update references to new repo (2) (#2985)
1 parent 10db5e4 commit ed32933

File tree

42 files changed

+312
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+312
-312
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
2828
packages: write # for docker/build-push-action to push to GHCR
2929
id-token: write # for docker/login to login to NGINX registry
30-
runs-on: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') && 'kic-plus' || 'ubuntu-24.04' }}
30+
runs-on: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') && 'nginx-plus' || 'ubuntu-24.04' }}
3131
services:
3232
registry:
3333
image: registry:2
@@ -123,7 +123,7 @@ jobs:
123123
annotations: |
124124
org.opencontainers.image.documentation=https://docs.nginx.com/nginx-gateway-fabric
125125
org.opencontainers.image.vendor=NGINX Inc <kubernetes@nginx.com>
126-
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/README.md
126+
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/main/README.md
127127
io.artifacthub.package.logo-url=https://docs.nginx.com/nginx-gateway-fabric/images/icons/NGINX-product-icon.svg
128128
io.artifacthub.package.maintainers=[{"name":"NGINX Inc","email":"kubernetes@nginx.com"}]
129129
io.artifacthub.package.license=Apache-2.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,4 @@ jobs:
310310
311311
- name: Push to GitHub Container Registry
312312
run: |
313-
helm push ${{ steps.package.outputs.path }} oci://ghcr.io/nginxinc/charts
313+
helm push ${{ steps.package.outputs.path }} oci://ghcr.io/nginx/charts

CHANGELOG.md

Lines changed: 181 additions & 181 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Fnginx-gateway-fabric.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Fnginx-gateway-fabric?ref=badge_shield)
33
[![Continuous Integration](https://github.com/nginx/nginx-gateway-fabric/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/nginx-gateway-fabric/actions/workflows/ci.yml)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/nginx/nginx-gateway-fabric)](https://goreportcard.com/report/github.com/nginx/nginx-gateway-fabric)
5-
[![codecov](https://codecov.io/gh/nginxinc/nginx-gateway-fabric/graph/badge.svg?token=32ULC8F13Z)](https://codecov.io/gh/nginxinc/nginx-gateway-fabric)
6-
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nginxinc/nginx-gateway-fabric?logo=github&sort=semver)](https://github.com/nginx/nginx-gateway-fabric/releases/latest)
5+
[![codecov](https://codecov.io/gh/nginx/nginx-gateway-fabric/graph/badge.svg?token=32ULC8F13Z)](https://codecov.io/gh/nginx/nginx-gateway-fabric)
6+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nginx/nginx-gateway-fabric?logo=github&sort=semver)](https://github.com/nginx/nginx-gateway-fabric/releases/latest)
77
[![Slack](https://img.shields.io/badge/slack-%23nginx--gateway--fabric-green?logo=slack)](https://nginxcommunity.slack.com/channels/nginx-gateway-fabric)
88
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
99

charts/nginx-gateway-fabric/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ version: 1.5.1
66
appVersion: "edge"
77
kubeVersion: ">= 1.25.0-0"
88
home: https://github.com/nginx/nginx-gateway-fabric
9-
icon: https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/charts/nginx-gateway-fabric/chart-icon.png
9+
icon: https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/main/charts/nginx-gateway-fabric/chart-icon.png
1010
sources:
1111
- https://github.com/nginx/nginx-gateway-fabric/tree/main/charts/nginx-gateway-fabric
1212
keywords:
1313
- kubernetes
1414
- gateway
1515
- nginx
1616
maintainers:
17-
- name: nginxinc/nginx-gateway-fabric
17+
- name: nginx/nginx-gateway-fabric
1818
email: kubernetes@nginx.com

charts/nginx-gateway-fabric/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Kubernetes: `>= 1.25.0-0`
5858
To install the latest stable release of NGINX Gateway Fabric in the `nginx-gateway` namespace, run the following command:
5959

6060
```shell
61-
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway
61+
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway
6262
```
6363

6464
`ngf` is the name of the release, and can be changed to any name you want. This name is added as a prefix to the Deployment name.
@@ -77,7 +77,7 @@ kubectl wait --timeout=5m -n nginx-gateway deployment/ngf-nginx-gateway-fabric -
7777
#### Pulling the Chart
7878

7979
```shell
80-
helm pull oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --untar
80+
helm pull oci://ghcr.io/nginx/charts/nginx-gateway-fabric --untar
8181
cd nginx-gateway-fabric
8282
```
8383

@@ -112,13 +112,13 @@ By default, the NGINX Gateway Fabric helm chart deploys a LoadBalancer Service.
112112
To use a NodePort Service instead:
113113

114114
```shell
115-
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.type=NodePort
115+
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.type=NodePort
116116
```
117117

118118
To disable the creation of a Service:
119119

120120
```shell
121-
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.create=false
121+
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.create=false
122122
```
123123

124124
## Upgrading the Chart
@@ -159,7 +159,7 @@ Warning: kubectl apply should be used on resource created by either kubectl crea
159159
To upgrade the release `ngf`, run:
160160

161161
```shell
162-
helm upgrade ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric -n nginx-gateway
162+
helm upgrade ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric -n nginx-gateway
163163
```
164164

165165
This will upgrade to the latest stable release. To upgrade to the latest version from the `main` branch, specify
@@ -232,7 +232,7 @@ To uninstall/delete the release `ngf`:
232232
```shell
233233
helm uninstall ngf -n nginx-gateway
234234
kubectl delete ns nginx-gateway
235-
kubectl delete -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/deploy/crds.yaml
235+
kubectl delete -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/main/deploy/crds.yaml
236236
```
237237

238238
These commands remove all the Kubernetes components associated with the release and deletes the release.

charts/nginx-gateway-fabric/README.md.gotmpl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ kubectl kustomize https://github.com/nginx/nginx-gateway-fabric/config/crd/gatew
5656
To install the latest stable release of NGINX Gateway Fabric in the `nginx-gateway` namespace, run the following command:
5757

5858
```shell
59-
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway
59+
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway
6060
```
6161

6262
`ngf` is the name of the release, and can be changed to any name you want. This name is added as a prefix to the Deployment name.
@@ -75,7 +75,7 @@ kubectl wait --timeout=5m -n nginx-gateway deployment/ngf-nginx-gateway-fabric -
7575
#### Pulling the Chart
7676

7777
```shell
78-
helm pull oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --untar
78+
helm pull oci://ghcr.io/nginx/charts/nginx-gateway-fabric --untar
7979
cd nginx-gateway-fabric
8080
```
8181

@@ -110,13 +110,13 @@ By default, the NGINX Gateway Fabric helm chart deploys a LoadBalancer Service.
110110
To use a NodePort Service instead:
111111

112112
```shell
113-
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.type=NodePort
113+
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.type=NodePort
114114
```
115115

116116
To disable the creation of a Service:
117117

118118
```shell
119-
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.create=false
119+
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.create=false
120120
```
121121

122122
## Upgrading the Chart
@@ -157,7 +157,7 @@ Warning: kubectl apply should be used on resource created by either kubectl crea
157157
To upgrade the release `ngf`, run:
158158

159159
```shell
160-
helm upgrade ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric -n nginx-gateway
160+
helm upgrade ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric -n nginx-gateway
161161
```
162162

163163
This will upgrade to the latest stable release. To upgrade to the latest version from the `main` branch, specify
@@ -230,7 +230,7 @@ To uninstall/delete the release `ngf`:
230230
```shell
231231
helm uninstall ngf -n nginx-gateway
232232
kubectl delete ns nginx-gateway
233-
kubectl delete -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/deploy/crds.yaml
233+
kubectl delete -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/main/deploy/crds.yaml
234234
```
235235

236236
These commands remove all the Kubernetes components associated with the release and deletes the release.

docs/developer/branching-and-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Below is an example of following the merge and fork process. Developer Alice:
1313
- Adds upstream:
1414

1515
```shell
16-
git remote add upstream git@github.com:nginxinc/nginx-gateway-fabric.git
16+
git remote add upstream git@github.com:nginx/nginx-gateway-fabric.git
1717
```
1818

1919
- Alice lists all of her configured remotes:
@@ -27,8 +27,8 @@ Below is an example of following the merge and fork process. Developer Alice:
2727
```text
2828
origin git@github.com:<alice-user-id>/nginx-gateway-fabric.git (fetch)
2929
origin git@github.com:<alice-user-id>/nginx-gateway-fabric.git (push)
30-
upstream git@github.com:nginxinc/nginx-gateway-fabric.git (fetch)
31-
upstream git@github.com:nginxinc/nginx-gateway-fabric.git (push)
30+
upstream git@github.com:nginx/nginx-gateway-fabric.git (fetch)
31+
upstream git@github.com:nginx/nginx-gateway-fabric.git (push)
3232
```
3333

3434
- Alice develops a feature or bugfix - using as many ephemeral branches as she needs.

docs/developer/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Follow these steps to set up your development environment.
7373
4. Finally, add the original project repository as the remote upstream:
7474

7575
```shell
76-
git remote add upstream git@github.com:nginxinc/nginx-gateway-fabric.git
76+
git remote add upstream git@github.com:nginx/nginx-gateway-fabric.git
7777
```
7878

7979

docs/proposals/data-plane-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enhancement Proposal-929: Data Plane Configuration
22

3-
- Issue: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/929
3+
- Issue: https://github.com/nginx/nginx-gateway-fabric/issues/929
44
- Status: [Replaced](nginx-extensions.md)
55

66
## Summary

site/config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pygmentsUseClasses = true
5353
buildtype = "webdocs"
5454
RSSLink = "/index.xml"
5555
author = "NGINX Inc." # add your company name
56-
github = "nginxinc" # add your github profile name
56+
github = "nginx" # add your github profile name
5757
twitter = "@nginx" # add your twitter profile
5858
#email = ""
5959
noindex_kinds = [

site/content/get-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gate
115115
Use `helm` to install NGINX Gateway Fabric with the following command:
116116

117117
```shell
118-
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.create=false
118+
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.create=false
119119
```
120120

121121
```text
122-
Pulled: ghcr.io/nginxinc/charts/nginx-gateway-fabric:1.5.1
122+
Pulled: ghcr.io/nginx/charts/nginx-gateway-fabric:1.5.1
123123
Digest: sha256:9bbd1a2fcbfd5407ad6be39f796f582e6263512f1f3a8969b427d39063cc6fee
124124
NAME: ngf
125125
LAST DEPLOYED: Mon Oct 21 14:45:14 2024
@@ -133,7 +133,7 @@ TEST SUITE: None
133133
If you installed the API resources from the experimental channel during the last step, you will need to enable the _nginxGateway.gwAPIExperimentalFeatures_ option:
134134

135135
```shell
136-
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.create=false --set nginxGateway.gwAPIExperimentalFeatures.enable=true
136+
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway --set service.create=false --set nginxGateway.gwAPIExperimentalFeatures.enable=true
137137
```
138138

139139
{{< /note >}}
@@ -208,7 +208,7 @@ The YAML code in the following sections can be found in the [cafe-example folder
208208

209209
Create the file _cafe.yaml_ with the following contents:
210210

211-
{{< ghcode `https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/refs/heads/main/examples/cafe-example/cafe.yaml`>}}
211+
{{< ghcode `https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/refs/heads/main/examples/cafe-example/cafe.yaml`>}}
212212

213213
Apply it using `kubectl`:
214214

@@ -241,7 +241,7 @@ tea-7b7d6c947d-d4qcf 1/1 Running 0 10s
241241

242242
Create the file _gateway.yaml_ with the following contents:
243243

244-
{{< ghcode `https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/refs/heads/main/examples/cafe-example/gateway.yaml`>}}
244+
{{< ghcode `https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/refs/heads/main/examples/cafe-example/gateway.yaml`>}}
245245

246246
Apply it using `kubectl`:
247247

@@ -255,7 +255,7 @@ gateway.gateway.networking.k8s.io/gateway created
255255

256256
Create the file _cafe-routes.yaml_ with the following contents:
257257

258-
{{< ghcode `https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/refs/heads/main/examples/cafe-example/cafe-routes.yaml`>}}
258+
{{< ghcode `https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/refs/heads/main/examples/cafe-example/cafe-routes.yaml`>}}
259259

260260
Apply it using `kubectl`:
261261

site/content/how-to/traffic-management/advanced-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The goal is to create a set of rules that will result in client requests being s
3636
Begin by deploying the `coffee-v1` and `coffee-v2` applications:
3737

3838
```shell
39-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/advanced-routing/coffee.yaml
39+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/examples/advanced-routing/coffee.yaml
4040
```
4141

4242
### Deploy the Gateway API Resources for the Coffee applications
@@ -156,7 +156,7 @@ Let's deploy a different set of applications now called `tea` and `tea-post`. Th
156156
### Deploy the Tea applications
157157

158158
```shell
159-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/advanced-routing/tea.yaml
159+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/examples/advanced-routing/tea.yaml
160160
```
161161

162162
### Deploy the HTTPRoute for the Tea services

site/content/how-to/traffic-management/client-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ For all the possible configuration options for `ClientSettingsPolicy`, see the [
4545
- Create the coffee and tea example applications:
4646

4747
```yaml
48-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/client-settings-policy/app.yaml
48+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/examples/client-settings-policy/app.yaml
4949
```
5050

5151
- Create a Gateway:
5252

5353
```yaml
54-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/client-settings-policy/gateway.yaml
54+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/examples/client-settings-policy/gateway.yaml
5555
```
5656

5757
- Create HTTPRoutes for the coffee and tea applications:
5858

5959
```yaml
60-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/client-settings-policy/httproutes.yaml
60+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/examples/client-settings-policy/httproutes.yaml
6161
```
6262

6363
- Test the configuration:

site/content/how-to/traffic-management/request-response-headers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This examples demonstrates how to configure traffic routing for a simple echo se
6464
Begin by deploying the example application `headers`. It is a simple application that returns the request headers which will be modified later.
6565

6666
```shell
67-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/http-request-header-filter/headers.yaml
67+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/examples/http-request-header-filter/headers.yaml
6868
```
6969

7070
This will create the headers Service and a Deployment with one Pod. Run the following command to verify the resources were created:
@@ -176,7 +176,7 @@ kubectl delete httproutes.gateway.networking.k8s.io headers
176176
```
177177

178178
```shell
179-
kubectl delete -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/http-request-header-filter/headers.yaml
179+
kubectl delete -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/examples/http-request-header-filter/headers.yaml
180180
```
181181

182182
## ResponseHeaderModifier example
@@ -188,7 +188,7 @@ Begin by configuring an application with custom headers and a simple HTTPRoute.
188188
Begin by deploying the example application `headers`. It is a simple application that adds response headers that will be modified later.
189189

190190
```shell
191-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/http-response-header-filter/headers.yaml
191+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/examples/http-response-header-filter/headers.yaml
192192
```
193193

194194
This will create the headers Service and a Deployment with one Pod. Run the following command to verify the resources were created:

0 commit comments

Comments
 (0)