Skip to content

Commit

Permalink
release: v0.8.0-rc0 (kubeflow#1989)
Browse files Browse the repository at this point in the history
Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
  • Loading branch information
Suresh-Nakkeran authored and yuzisun committed Jan 16, 2022
1 parent 2f4ab12 commit 2208f10
Show file tree
Hide file tree
Showing 5 changed files with 31,148 additions and 2 deletions.
2 changes: 2 additions & 0 deletions hack/generate-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ KUBEFLOW_INSTALL_PATH=$INSTALL_DIR/kserve_kubeflow.yaml

mkdir -p $INSTALL_DIR
kustomize build config/default | sed s/:latest/:$TAG/ > $INSTALL_PATH
kustomize build config/runtimes | sed s/:latest/:$TAG/ >> $INSTALL_PATH
kustomize build config/overlays/kubeflow | sed s/:latest/:$TAG/ > $KUBEFLOW_INSTALL_PATH
kustomize build config/runtimes | sed s/:latest/:$TAG/ >> $KUBEFLOW_INSTALL_PATH
2 changes: 1 addition & 1 deletion hack/quick_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ done

export ISTIO_VERSION=1.9.0
export KNATIVE_VERSION=knative-v1.0.0
export KSERVE_VERSION=v0.7.0
export KSERVE_VERSION=v0.8.0-rc0
export CERT_MANAGER_VERSION=v1.3.0

KUBE_VERSION=$(kubectl version --short=true)
Expand Down
Loading

0 comments on commit 2208f10

Please sign in to comment.