We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13428ee commit e3bc43eCopy full SHA for e3bc43e
.github/workflows/sync-chart.yml
@@ -59,7 +59,7 @@ jobs:
59
cd helm-charts/
60
rm -rf nginx-ingress
61
62
- 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 }}
63
rm -f nginx-ingress/templates/clusterrole.yaml
64
rm -f nginx-ingress/templates/controller-role.yaml
65
rm -f nginx-ingress/templates/controller-rolebinding.yaml
0 commit comments