Skip to content

Commit

Permalink
Update deployer base to 0.1.40 (#2696)
Browse files Browse the repository at this point in the history
* 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
2 people authored and k8s-ci-robot committed Jan 15, 2020
1 parent 171891b commit fe6cf9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
spec:
descriptor:
type: Kubeflow Pipelines
version: '0.1.35'
version: '0.1.40'
description: |-
Reusable end-to-end ML workflow
maintainers:
Expand Down
3 changes: 2 additions & 1 deletion manifests/gcp_marketplace/deployer/Dockerfile
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
8 changes: 4 additions & 4 deletions manifests/gcp_marketplace/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
x-google-marketplace:
schemaVersion: v2
applicationApiVersion: v1beta1
publishedVersion: '0.1.35'
publishedVersion: '0.1.40'
publishedVersionMetadata:
releaseNote: >-
Based on 0.1.35 version.
Based on 0.1.40 version.
releaseTypes:
- Feature
recommended: false
Expand Down Expand Up @@ -85,8 +85,8 @@ x-google-marketplace:
resources:
- replicas: 3
requests:
cpu: 4
memory: 8Gi
cpu: 2
memory: 4Gi
affinity:
simpleNodeAffinity:
type: REQUIRE_ONE_NODE_PER_REPLICA
Expand Down

0 comments on commit fe6cf9a

Please sign in to comment.