Skip to content

Commit

Permalink
(manifests): Upgrade to kubeflow v1.5.0 and fix kserve integration (#356
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zijianjoy authored Mar 10, 2022
1 parent b72292a commit d96b7fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kubeflow/apps/pipelines/pull-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -ex

# TODO: Use kubeflow/pipelines once https://github.com/kubeflow/pipelines/pull/6595 is resolved.
export KUBEFLOW_PIPELINES_VERSION=1.8.1-rc.0
export KUBEFLOW_PIPELINES_VERSION=1.8.1
export KUBEFLOW_PIPELINES_REPO=https://github.com/kubeflow/pipelines.git
# export KUBEFLOW_PIPELINES_VERSION=upgradekpt # Other attempted branches: krmignore, kubeflow14
# export KUBEFLOW_PIPELINES_REPO=https://github.com/zijianjoy/pipelines.git
Expand Down
10 changes: 5 additions & 5 deletions kubeflow/contrib/kserve/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ generatorOptions:
# To make namespace for standalone installation kustomizable,
# variabalize ingress gateway, webhook service name and
# kserve namespace in webhook configurations
configMapGenerator:
# configMapGenerator:
# Copied from kfserving, but converted to patches/config-param.yaml
# becuase it cannot detect the kserve-config file by kustomize.
# - name: kserve-config
# behavior: replace
# literals:
# - ingressGateway=kubeflow/kubeflow-gateway
- name: kserve-models-web-app-config
behavior: replace
literals:
- USERID_HEADER=kubeflow-userid
# - name: kserve-models-web-app-config
# behavior: replace
# literals:
# - USERID_HEADER=kubeflow-userid
configurations:
- params.yaml
- kserve-params.yaml
Expand Down
2 changes: 1 addition & 1 deletion kubeflow/pull-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -ex

export KUBEFLOW_MANIFESTS_VERSION=v1.5.0-rc.1
export KUBEFLOW_MANIFESTS_VERSION=v1.5.0
export KUBEFLOW_MANIFESTS_REPO=https://github.com/kubeflow/manifests.git

# Pull Kubeflow Pipelines upstream manifests.
Expand Down

0 comments on commit d96b7fe

Please sign in to comment.