Skip to content

Commit eff5d7f

Browse files
authored
Fix migrating nginxinc to nginx (#520)
1 parent 44e882e commit eff5d7f

13 files changed

+26
-26
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Describe the use case and detail of the change. If this PR addresses an issue on
44
### Checklist
55
Before creating a PR, run through this checklist and mark each as complete.
66

7-
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/nginx-ingress-operator/blob/main/CONTRIBUTING.md) doc
7+
- [ ] I have read the [CONTRIBUTING](https://github.com/nginx/nginx-ingress-operator/blob/main/CONTRIBUTING.md) doc
88
- [ ] I have added tests that prove my fix is effective or that my feature works
99
- [ ] I have checked that all unit tests pass after adding my changes
1010
- [ ] I have updated necessary documentation

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
images: |
8181
nginx/nginx-ingress-operator
82-
ghcr.io/nginxinc/nginx-ingress-operator
82+
ghcr.io/nginx/nginx-ingress-operator
8383
quay.io/nginx/nginx-ingress-operator
8484
tags: |
8585
type=edge

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: "Dependency Review"
2525
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
2626
with:
27-
config-file: "nginxinc/k8s-common/dependency-review-config.yml@main"
27+
config-file: "nginx/k8s-common/dependency-review-config.yml@main"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Changelog
22

3-
An automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginxinc/nginx-ingress-helm-operator/releases).
3+
An automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginx/nginx-ingress-helm-operator/releases).

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @nginxinc/kic
1+
* @nginx/kic

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ The following is a set of guidelines for contributing to the NGINX Ingress Opera
1717

1818
## Ask a Question
1919

20-
To ask a question please use [Github Discussions](https://github.com/nginxinc/kubernetes-ingress/discussions).
20+
To ask a question please use [Github Discussions](https://github.com/nginx/kubernetes-ingress/discussions).
2121

22-
You can also join our [Community Slack](https://community.nginx.org/joinslack) which has a wider NGINX audience.
22+
You can also get help through the [NGINX Community Forum](https://community.nginx.org/).
2323

2424
Please reserve GitHub issues for feature requests and bugs rather than general questions.
2525

2626
## Getting Started
2727

2828
Follow our [Installation Guide](docs/installation.md) to get the NGINX Ingress Operator up and running.
2929

30-
Read the [documentation](https://github.com/nginxinc/nginx-ingress-helm-operator/tree/main/docs) .
30+
Read the [documentation](https://github.com/nginx/nginx-ingress-helm-operator/tree/main/docs) .
3131

3232
### Project Structure
3333

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins:
66
scorecard.sdk.operatorframework.io/v2: {}
77
sdk.x-openshift.io/v1: {}
88
projectName: nginx-ingress-operator
9-
repo: github.com/nginxinc/nginx-ingress-helm-operator
9+
repo: github.com/nginx/nginx-ingress-helm-operator
1010
resources:
1111
- api:
1212
crdVersion: v1

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![Continuous Integration](https://github.com/nginxinc/nginx-ingress-helm-operator/workflows/Continuous%20Integration/badge.svg)](https://github.com/nginxinc/nginx-ingress-helm-operator/actions)
2-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-ingress-helm-operator/badge)](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-ingress-helm-operator)
1+
[![Continuous Integration](https://github.com/nginx/nginx-ingress-helm-operator/workflows/Continuous%20Integration/badge.svg)](https://github.com/nginx/nginx-ingress-helm-operator/actions)
2+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginx/nginx-ingress-helm-operator/badge)](https://api.securityscorecards.dev/projects/github.com/nginx/nginx-ingress-helm-operator)
33
[![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)
44
![Commercial Support](https://badgen.net/badge/support/commercial/green?icon=awesome)
55

66
# NGINX Ingress Operator
77

8-
The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more [NGINX/NGINX Plus Ingress Controllers](https://github.com/nginxinc/kubernetes-ingress) which in turn handle Ingress traffic for applications running in a cluster.
8+
The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more [NGINX/NGINX Plus Ingress Controllers](https://github.com/nginx/kubernetes-ingress) which in turn handle Ingress traffic for applications running in a cluster.
99

1010
Learn more about operators in the [Kubernetes Documentation](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).
1111

@@ -46,11 +46,11 @@ Note: The NGINX Ingress Operator works only for NGINX Ingress Controller version
4646

4747
1. Install the NGINX Ingress Operator. See [docs](./docs/installation.md).
4848
<br> NOTE: To use TransportServers as part of your NGINX Ingress Controller configuration, a GlobalConfiguration resource must be created _before_ starting the Operator - [see the notes](./examples/deployment-oss-min/README.md#TransportServers)
49-
2. Creating the default-server-secret.yaml is optional and it is recommended that users provide their own certificate. An example yaml for this can be found in the [examples folder](https://github.com/nginxinc/nginx-ingress-helm-operator/blob/main/examples/default-server-secret.yaml)
49+
2. Creating the default-server-secret.yaml is optional and it is recommended that users provide their own certificate. An example yaml for this can be found in the [examples folder](https://github.com/nginx/nginx-ingress-helm-operator/blob/main/examples/default-server-secret.yaml)
5050
3. (If using OpenShift) Create the scc resource on the cluster by applying the scc.yaml file found in the `resources` folder of this repo:
5151

5252
```shell
53-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/main/resources/scc.yaml
53+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-ingress-helm-operator/main/resources/scc.yaml
5454
```
5555

5656
4. Deploy a new NGINX Ingress Controller using the [NginxIngress](./config/samples/charts_v1alpha1_nginxingress.yaml) Custom Resource:
@@ -76,9 +76,9 @@ See [upgrade docs](./docs/upgrades.md)
7676

7777
## NGINX Ingress Operator Releases
7878

79-
We publish NGINX Ingress Operator releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-ingress-helm-operator/releases).
79+
We publish NGINX Ingress Operator releases on GitHub. See our [releases page](https://github.com/nginx/nginx-ingress-helm-operator/releases).
8080

81-
The latest stable release is [3.1.0](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v3.1.0). For production use, we recommend that you choose the latest stable release.
81+
The latest stable release is [3.1.0](https://github.com/nginx/nginx-ingress-helm-operator/releases/tag/v3.1.0). For production use, we recommend that you choose the latest stable release.
8282

8383
## Development
8484

bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ metadata:
240240
operatorframework.io/suggested-namespace: nginx-ingress
241241
operators.operatorframework.io/builder: operator-sdk-v1.40.0
242242
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
243-
repository: https://github.com/nginxinc/nginx-ingress-helm-operator
243+
repository: https://github.com/nginx/nginx-ingress-helm-operator
244244
support: NGINX Inc.
245245
labels:
246246
operatorframework.io/arch.amd64: supported
@@ -519,7 +519,7 @@ spec:
519519
- openshift
520520
links:
521521
- name: Nginx Ingress Operator
522-
url: https://github.com/nginxinc/nginx-ingress-helm-operator
522+
url: https://github.com/nginx/nginx-ingress-helm-operator
523523
maintainers:
524524
525525
name: NGINX Inc

config/manifests/bases/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
features.operators.openshift.io/token-auth-azure: "false"
2222
features.operators.openshift.io/token-auth-gcp: "false"
2323
operatorframework.io/suggested-namespace: nginx-ingress
24-
repository: https://github.com/nginxinc/nginx-ingress-helm-operator
24+
repository: https://github.com/nginx/nginx-ingress-helm-operator
2525
support: NGINX Inc.
2626
labels:
2727
operatorframework.io/arch.amd64: supported
@@ -283,7 +283,7 @@ spec:
283283
- openshift
284284
links:
285285
- name: Nginx Ingress Operator
286-
url: https://github.com/nginxinc/nginx-ingress-helm-operator
286+
url: https://github.com/nginx/nginx-ingress-helm-operator
287287
maintainers:
288288
289289
name: NGINX Inc

0 commit comments

Comments
 (0)