-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postsubmit should push image to gcr.io/kubeflow-images-public (#831)
* postsubmit should push image to gcr.io/kubeflow-images-public * We want to automatically publish public versions of our images on postsubmit. * This is needed to make managing releases tractable. Related to: * Fix prow_config.yaml * * The overriding of parameters wasn't being passed correctly to the individual template steps; as a result I think we working gcr.io/kubeflow-ci/test-worker:latest and not the pinned versions in prow_config.yaml * We fixed that because we want to override the container registry the image is pushed to based on params. This had the effect of using the pinned test-worker image in prow_config.yaml. I believe this image is out of date (missing some changes to the py client) so we need to upgrade that image.
- Loading branch information
1 parent
c45db42
commit d994e24
Showing
3 changed files
with
35 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
registry: "gcr.io/kubeflow-images-public", | ||
} |