Skip to content

Commit 7bb67ff

Browse files
authored
Merge pull request #35238 from Gacko/gwomj
Ingress NGINX: Push chart.
2 parents d4681f7 + 91c2a8c commit 7bb67ff

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

config/jobs/image-pushing/k8s-staging-ingress-nginx.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,27 @@ postsubmits:
215215
- --build-dir=.
216216
- --with-git-dir
217217
- images/test-runner
218+
219+
# Ingress NGINX: Chart
220+
- name: post-ingress-nginx-chart
221+
annotations:
222+
testgrid-dashboards: sig-network-ingress-nginx, sig-k8s-infra-gcb
223+
branches:
224+
- ^main$
225+
- ^release-.+$
226+
run_if_changed: ^charts/ingress-nginx/
227+
cluster: k8s-infra-prow-build-trusted
228+
decorate: true
229+
spec:
230+
serviceAccountName: gcb-builder
231+
containers:
232+
- image: gcr.io/k8s-staging-test-infra/image-builder:v20241224-fe22c549c1
233+
command:
234+
- /run.sh
235+
args:
236+
- --project=k8s-staging-images
237+
- --scratch-bucket=gs://k8s-staging-images-gcb
238+
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
239+
- --build-dir=.
240+
- --with-git-dir
241+
- charts/ingress-nginx

0 commit comments

Comments
 (0)