From 6e7108a7f1f5e116a307eaa666327e20a5715a97 Mon Sep 17 00:00:00 2001 From: Paul Abel Date: Fri, 7 Feb 2025 12:19:20 +0000 Subject: [PATCH] update NIC chart location after migration to nginx org --- .github/workflows/sync-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-chart.yml b/.github/workflows/sync-chart.yml index b343fdc4..c1055ce8 100644 --- a/.github/workflows/sync-chart.yml +++ b/.github/workflows/sync-chart.yml @@ -59,7 +59,7 @@ jobs: cd helm-charts/ rm -rf nginx-ingress - helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version ${{ inputs.chart_version }} + helm pull oci://ghcr.io/nginx/charts/nginx-ingress --untar --version ${{ inputs.chart_version }} rm -f nginx-ingress/templates/clusterrole.yaml rm -f nginx-ingress/templates/controller-role.yaml rm -f nginx-ingress/templates/controller-rolebinding.yaml