-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update references to new repo (2) (#2985)
- Loading branch information
Showing
42 changed files
with
312 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results | ||
packages: write # for docker/build-push-action to push to GHCR | ||
id-token: write # for docker/login to login to NGINX registry | ||
runs-on: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') && 'kic-plus' || 'ubuntu-24.04' }} | ||
runs-on: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') && 'nginx-plus' || 'ubuntu-24.04' }} | ||
services: | ||
registry: | ||
image: registry:2 | ||
|
@@ -123,7 +123,7 @@ jobs: | |
annotations: | | ||
org.opencontainers.image.documentation=https://docs.nginx.com/nginx-gateway-fabric | ||
org.opencontainers.image.vendor=NGINX Inc <[email protected]> | ||
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/README.md | ||
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/main/README.md | ||
io.artifacthub.package.logo-url=https://docs.nginx.com/nginx-gateway-fabric/images/icons/NGINX-product-icon.svg | ||
io.artifacthub.package.maintainers=[{"name":"NGINX Inc","email":"[email protected]"}] | ||
io.artifacthub.package.license=Apache-2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,13 @@ version: 1.5.1 | |
appVersion: "edge" | ||
kubeVersion: ">= 1.25.0-0" | ||
home: https://github.com/nginx/nginx-gateway-fabric | ||
icon: https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/charts/nginx-gateway-fabric/chart-icon.png | ||
icon: https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/main/charts/nginx-gateway-fabric/chart-icon.png | ||
sources: | ||
- https://github.com/nginx/nginx-gateway-fabric/tree/main/charts/nginx-gateway-fabric | ||
keywords: | ||
- kubernetes | ||
- gateway | ||
- nginx | ||
maintainers: | ||
- name: nginxinc/nginx-gateway-fabric | ||
- name: nginx/nginx-gateway-fabric | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Below is an example of following the merge and fork process. Developer Alice: | |
- Adds upstream: | ||
|
||
```shell | ||
git remote add upstream [email protected]:nginxinc/nginx-gateway-fabric.git | ||
git remote add upstream [email protected]:nginx/nginx-gateway-fabric.git | ||
``` | ||
|
||
- Alice lists all of her configured remotes: | ||
|
@@ -27,8 +27,8 @@ Below is an example of following the merge and fork process. Developer Alice: | |
```text | ||
origin [email protected]:<alice-user-id>/nginx-gateway-fabric.git (fetch) | ||
origin [email protected]:<alice-user-id>/nginx-gateway-fabric.git (push) | ||
upstream [email protected]:nginxinc/nginx-gateway-fabric.git (fetch) | ||
upstream [email protected]:nginxinc/nginx-gateway-fabric.git (push) | ||
upstream [email protected]:nginx/nginx-gateway-fabric.git (fetch) | ||
upstream [email protected]:nginx/nginx-gateway-fabric.git (push) | ||
``` | ||
|
||
- Alice develops a feature or bugfix - using as many ephemeral branches as she needs. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ Follow these steps to set up your development environment. | |
4. Finally, add the original project repository as the remote upstream: | ||
|
||
```shell | ||
git remote add upstream [email protected]:nginxinc/nginx-gateway-fabric.git | ||
git remote add upstream [email protected]:nginx/nginx-gateway-fabric.git | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.