Skip to content

Commit

Permalink
Prow integration test uses deck image built during test
Browse files Browse the repository at this point in the history
It was omitted previously and the deck integration test had been running against a deck image from prod, updating the image registry so that it's testing what needs to be tested
  • Loading branch information
chaodaiG committed Feb 4, 2022
1 parent 635d734 commit 702051d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/test/integration/prow/cluster/deck_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20220204-7977a74ad8
image: localhost:5000/deck
imagePullPolicy: Always
ports:
- name: http
Expand Down

0 comments on commit 702051d

Please sign in to comment.