Skip to content

Commit bc38671

Browse files
authored
Update references to migrated nginxinc projects (#7936)
1 parent 055e2e0 commit bc38671

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/image-promotion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,12 +681,12 @@ jobs:
681681
notes-footer: |
682682
## Upgrade
683683
- For NGINX, use the {{version}} images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name={{version-number}}), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
684-
- For NGINX Plus, use the {{version}} images from the F5 Container registry, the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE), the [GCP Marketplace](https://console.cloud.google.com/marketplace/browse?filter=partner:F5,%20Inc.&filter=solution-type:k8s&filter=category:networking), [Azure Marketplace](https://azuremarketplace.microsoft.com/en-gb/marketplace/apps/category/containers?page=1&search=f5&subcategories=container-apps) or build your own image using the {{version}} source code.
684+
- For NGINX Plus, use the {{version}} images from the F5 Container registry or build your own image using the {{version}} source code.
685685
- For Helm, use version {{helm-chart}} of the chart.
686686
687687
## Resources
688688
- Documentation -- https://docs.nginx.com/nginx-ingress-controller/
689689
- Configuration examples -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/examples
690690
- Helm Chart -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/deployments/helm-chart
691-
- Operator -- https://github.com/nginxinc/nginx-ingress-helm-operator
691+
- Operator -- https://github.com/nginx/nginx-ingress-helm-operator
692692
if: ${{ github.event_name == 'push' && contains(github.ref_name, 'release-') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
# github-token: ${{ secrets.NGINX_PAT }}
320320
# script: |
321321
# await github.rest.actions.createWorkflowDispatch({
322-
# owner: 'nginxinc',
322+
# owner: context.repo.owner,
323323
# repo: 'nginx-ingress-helm-operator',
324324
# workflow_id: 'sync-chart.yml',
325325
# ref: 'main',

.github/workflows/update-release-draft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
notes-footer: |
7474
## Upgrade
7575
- For NGINX, use the {{version}} images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name={{version-number}}), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
76-
- For NGINX Plus, use the {{version}} images from the F5 Container registry, the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE), the [GCP Marketplace](https://console.cloud.google.com/marketplace/browse?filter=partner:F5,%20Inc.&filter=solution-type:k8s&filter=category:networking), [Azure Marketplace](https://azuremarketplace.microsoft.com/en-gb/marketplace/apps/category/containers?page=1&search=f5&subcategories=container-apps) or build your own image using the {{version}} source code.
76+
- For NGINX Plus, use the {{version}} images from the F5 Container registry or build your own image using the {{version}} source code.
7777
- For Helm, use version {{helm-chart}} of the chart.
7878
7979
## Resources
8080
- Documentation -- https://docs.nginx.com/nginx-ingress-controller/
8181
- Configuration examples -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/examples
8282
- Helm Chart -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/deployments/helm-chart
83-
- Operator -- https://github.com/nginxinc/nginx-ingress-helm-operator
83+
- Operator -- https://github.com/nginx/nginx-ingress-helm-operator

0 commit comments

Comments
 (0)