Skip to content

Commit 8cf19f5

Browse files
committed
Update references to new repo (2) (#2985)
1 parent 4f71a5e commit 8cf19f5

File tree

41 files changed

+311
-311
lines changed

Some content is hidden

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

41 files changed

+311
-311
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.github.com/nginxinc/nginx-gateway-fabric/main/README.md
126+
io.artifacthub.package.readme-url=https://raw.github.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.aichem.org%2Fnginxinc%2Fnginx-gateway-fabric.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.aichem.org%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.github.com/nginxinc/nginx-gateway-fabric/main/charts/nginx-gateway-fabric/chart-icon.png
9+
icon: https://raw.github.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.github.com/nginxinc/nginx-gateway-fabric/main/deploy/crds.yaml
235+
kubectl delete -f https://raw.github.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.github.com/nginxinc/nginx-gateway-fabric/main/deploy/crds.yaml
233+
kubectl delete -f https://raw.github.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

0 commit comments

Comments
 (0)