From c15a23353a09425d85ed39ed90dd1e91ddc20266 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 9 Jan 2025 16:06:00 -0800 Subject: [PATCH] Update from nginxinc to nginx --- .github/renovate.json | 2 +- .github/workflows/sync.yml | 10 +++++----- tools/build.pkr.hcl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 006ccbe..8060e59 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>nginxinc/k8s-common" + "local>nginx/k8s-common" ] } diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 86b0686..6b7c869 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -28,10 +28,10 @@ jobs: repository: | nginxinc/kic-test-containers nginxinc/nginx-ingress-helm-operator - nginxinc/nginx-prometheus-exporter - nginxinc/nginx-plus-go-client - nginxinc/nginx-asg-sync - nginxinc/telemetry-exporter + nginx/nginx-prometheus-exporter + nginx/nginx-plus-go-client + nginx/nginx-asg-sync + nginx/telemetry-exporter token: ${{ secrets.NGINX_PAT }} prune: true @@ -42,7 +42,7 @@ jobs: steps: - run: | gh repo sync nginx-bot/certified-operators - gh repo sync nginxinc/winget-pkgs + gh repo sync nginx/winget-pkgs gh repo sync nginxinc/kubernetes-json-schema env: GITHUB_TOKEN: ${{ secrets.NGINX_PAT }} diff --git a/tools/build.pkr.hcl b/tools/build.pkr.hcl index a082755..70d0c27 100644 --- a/tools/build.pkr.hcl +++ b/tools/build.pkr.hcl @@ -64,7 +64,7 @@ build { provisioner "shell" { inline = [ "echo 'alias k='kubectl'' >> .bashrc", - "git clone https://github.com/nginxinc/nginx-gateway-fabric.git", + "git clone https://github.com/nginx/nginx-gateway-fabric.git", "cd nginx-gateway-fabric/tests", "go mod download", "cp /tmp/license.jwt ../license.jwt",