From 3cc63646cc12ae9040061bc5e8c9e71c3d520f26 Mon Sep 17 00:00:00 2001 From: Paul Abel Date: Fri, 20 Jun 2025 17:10:05 +0100 Subject: [PATCH] Update references to migrated nginxinc projects --- .github/workflows/image-promotion.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-release-draft.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/image-promotion.yml b/.github/workflows/image-promotion.yml index b9197c15c..108c7e347 100644 --- a/.github/workflows/image-promotion.yml +++ b/.github/workflows/image-promotion.yml @@ -688,5 +688,5 @@ jobs: - Documentation -- https://docs.nginx.com/nginx-ingress-controller/ - Configuration examples -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/examples - Helm Chart -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/deployments/helm-chart - - Operator -- https://github.com/nginxinc/nginx-ingress-helm-operator + - Operator -- https://github.com/nginx/nginx-ingress-helm-operator if: ${{ github.event_name == 'push' && contains(github.ref_name, 'release-') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43525de46..fc4570232 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -319,7 +319,7 @@ jobs: # github-token: ${{ secrets.NGINX_PAT }} # script: | # await github.rest.actions.createWorkflowDispatch({ - # owner: 'nginxinc', + # owner: context.repo.owner, # repo: 'nginx-ingress-helm-operator', # workflow_id: 'sync-chart.yml', # ref: 'main', diff --git a/.github/workflows/update-release-draft.yml b/.github/workflows/update-release-draft.yml index 09fad2a4a..33823346f 100644 --- a/.github/workflows/update-release-draft.yml +++ b/.github/workflows/update-release-draft.yml @@ -80,4 +80,4 @@ jobs: - Documentation -- https://docs.nginx.com/nginx-ingress-controller/ - Configuration examples -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/examples - Helm Chart -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/deployments/helm-chart - - Operator -- https://github.com/nginxinc/nginx-ingress-helm-operator + - Operator -- https://github.com/nginx/nginx-ingress-helm-operator