Skip to content

Commit

Permalink
Update from nginxinc to nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jan 10, 2025
1 parent bff5b82 commit c15a233
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>nginxinc/k8s-common"
"local>nginx/k8s-common"
]
}
10 changes: 5 additions & 5 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion tools/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c15a233

Please sign in to comment.