-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deployer base to 0.1.40 (#2696)
* add label and namespace to resource created inside pod * fix * done * update existing configmap for better GC * update dependency to make sure configmap got created before run script * self fix * use latest deployer base * deployer * all done * upgrade deployer to 0.1.37 for bug bash * all done * done * fix issue for MLMD * done * done Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
- Loading branch information
1 parent
171891b
commit fe6cf9a
Showing
3 changed files
with
7 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
FROM gcr.io/ml-pipeline/marketplace-k8s-app-tools/k8s/deployer_helm/onbuild:remove-ui-ownerrefs | ||
# 0.9.6~0.9.7 has bug and fixed PR447. | ||
FROM gcr.io/cloud-marketplace-tools/k8s/deployer_helm/onbuild:0.9.10 |
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