Skip to content

Commit

Permalink
Update to v0.1.0-rc.4 (kubeflow#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi authored and k8s-ci-robot committed Apr 4, 2018
1 parent 2eff7f0 commit 3ec5428
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: 0.1.0
gitVersion:
commitSha: 0003d9730d3300aa0aaeb5ebe6152dcf4f73fea9
refSpec: v0.1.0-rc.3
commitSha: 20bdb46ee436b56fb9e3690d2a383b2afc8989f4
refSpec: v0.1.0-rc.4
kind: ksonnet.io/registry
libraries:
argo:
Expand Down
18 changes: 9 additions & 9 deletions dev-kubeflow-org/ks-app/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ kind: ksonnet.io/app
libraries:
core:
gitVersion:
commitSha: 0003d9730d3300aa0aaeb5ebe6152dcf4f73fea9
refSpec: v0.1.0-rc.3
commitSha: 20bdb46ee436b56fb9e3690d2a383b2afc8989f4
refSpec: v0.1.0-rc.4
name: core
registry: kubeflow
tf-job:
gitVersion:
commitSha: 0003d9730d3300aa0aaeb5ebe6152dcf4f73fea9
refSpec: v0.1.0-rc.3
commitSha: 20bdb46ee436b56fb9e3690d2a383b2afc8989f4
refSpec: v0.1.0-rc.4
name: tf-job
registry: kubeflow
tf-serving:
gitVersion:
commitSha: 0003d9730d3300aa0aaeb5ebe6152dcf4f73fea9
refSpec: v0.1.0-rc.3
commitSha: 20bdb46ee436b56fb9e3690d2a383b2afc8989f4
refSpec: v0.1.0-rc.4
name: tf-serving
registry: kubeflow
name: ks-app
Expand All @@ -36,8 +36,8 @@ registries:
uri: github.com/ksonnet/parts/tree/master/incubator
kubeflow:
gitVersion:
commitSha: 0003d9730d3300aa0aaeb5ebe6152dcf4f73fea9
refSpec: v0.1.0-rc.3
commitSha: 20bdb46ee436b56fb9e3690d2a383b2afc8989f4
refSpec: v0.1.0-rc.4
protocol: github
uri: github.com/kubeflow/kubeflow/tree/v0.1.0-rc.3/kubeflow
uri: github.com/kubeflow/kubeflow/tree/v0.1.0-rc.4/kubeflow
version: 0.0.1
1 change: 1 addition & 0 deletions dev-kubeflow-org/ks-app/components/params.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
jupyterHubAuthenticator: "iap",
jupyterHubImage: "gcr.io/kubeflow/jupyterhub-k8s:1.0.1",
jupyterHubServiceType: "ClusterIP",
jupyterNotebookPVCMount: "null",
name: "kubeflow-core",
namespace: "null",
reportUsage: "true",
Expand Down
2 changes: 1 addition & 1 deletion dev-kubeflow-org/recreate_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NAMESPACE=kubeflow
# Which version of Kubeflow to use
# For a list of releases refer to:
# https://github.com/kubeflow/kubeflow/releases
VERSION=v0.1.0-rc.3
VERSION=v0.1.0-rc.4

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

Expand Down

0 comments on commit 3ec5428

Please sign in to comment.