From 7c1efbc6ee12e3da09774cca7c94635ef770e42f Mon Sep 17 00:00:00 2001 From: IronPan Date: Thu, 24 Oct 2019 18:57:39 -0700 Subject: [PATCH] update base image to fix the GKE GC issue for marketplace deployment (#2484) --- manifests/gcp_marketplace/deployer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/gcp_marketplace/deployer/Dockerfile b/manifests/gcp_marketplace/deployer/Dockerfile index be9c9f5987f..6d7deb0f657 100644 --- a/manifests/gcp_marketplace/deployer/Dockerfile +++ b/manifests/gcp_marketplace/deployer/Dockerfile @@ -1 +1 @@ -FROM gcr.io/ml-pipeline/marketplace-k8s-app-tools/k8s/deployer_helm/onbuild:0829-pr396 \ No newline at end of file +FROM gcr.io/ml-pipeline/marketplace-k8s-app-tools/k8s/deployer_helm/onbuild:remove-ui-ownerrefs \ No newline at end of file