diff --git a/README.md b/README.md index 05611c060f..8d2645ed6a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ according to this [design doc](http://bit.ly/kfp-tekton). The current code allow with logging and artifacts tracking enabled. * In KFP-Tekton V2, the SDK compiler will generate the same intermediate representation as in the main Kubeflow pipelines SDK. All the Tekton related implementations are all embedded into the V2 backend API service. -For more details about the project please follow this detailed [blog post](https://developer.ibm.com/blogs/awb-tekton-optimizations-for-kubeflow-pipelines-2-0) . For latest KFP-Tekton V2 implementation and [supported offerings](https://developer.ibm.com/articles/advance-machine-learning-workflows-with-ibm-watson-pipelines/), please follow our latest [OSS Talk](https://www.youtube.com/watch?v=KQOee-XZtvc&list=PLbzoR-pLrL6pzNRLzcLZ33fFxcyITtMWn&index=4). For information on the KFP-Tekton V1 implementation, look at these [slides](https://www.slideshare.net/AnimeshSingh/kubeflow-pipelines-with-tekton-236769976) as well as this [deep dive presentation](https://www.youtube.com/watch?v=AYIeNtXLT_k) for demos. +For more details about the project please follow this detailed [blog post](https://developer.ibm.com/blogs/awb-tekton-optimizations-for-kubeflow-pipelines-2-0) . For the latest KFP-Tekton V2 implementation and [supported offerings](https://developer.ibm.com/articles/advance-machine-learning-workflows-with-ibm-watson-pipelines/), please follow our latest [Kubecon Talk](https://www.youtube.com/watch?v=ecx-yp4g7YU) and [slides](https://docs.google.com/presentation/d/1Su42ApXzZvVwhNSYRAk3bd0heHOtrdEX/edit?usp=sharing&ouid=103716780892927252554&rtpof=true&sd=true). For information on the KFP-Tekton V1 implementation, look at these [slides](https://www.slideshare.net/AnimeshSingh/kubeflow-pipelines-with-tekton-236769976) as well as this [deep dive presentation](https://www.youtube.com/watch?v=AYIeNtXLT_k) for demos. **Note**: If you are interested in a sister project built on top of Kubeflow Pipelines with Tekton, please try [Machine Learning eXchange (MLX)](https://github.com/machine-learning-exchange), Data and AI Assets Catalog and Execution Engine. It introduces a 'Component Registry' for Kubeflow Pipelines, amongst other things. @@ -19,7 +19,7 @@ We are currently using [Kubeflow Pipelines 1.8.4](https://github.com/kubeflow/pi [Tekton >= 0.53.2](https://github.com/tektoncd/pipeline/releases/tag/v0.53.2) in the master branch for this project. -For [Kubeflow Pipelines 2.0.3](https://github.com/kubeflow/pipelines/releases/tag/2.0.3) and +For [Kubeflow Pipelines 2.0.4](https://github.com/kubeflow/pipelines/releases/tag/2.0.4) and [Tekton >= 0.53.2](https://github.com/tektoncd/pipeline/releases/tag/v0.53.2) integration, please check out the [kfp-tekton v2-integration](https://github.com/kubeflow/kfp-tekton/tree/v2-integration) branch and [KFP-Tekton V2 deployment](/guides/kfp_tekton_install.md#standalone-kubeflow-pipelines-v2-with-tekton-backend-deployment) instead. diff --git a/images/kfp-tekton-phase-one.png b/images/kfp-tekton-phase-one.png deleted file mode 100644 index 83ea95fb08..0000000000 Binary files a/images/kfp-tekton-phase-one.png and /dev/null differ diff --git a/images/kfp-tekton.png b/images/kfp-tekton.png index 4b8928a837..22f7f7fcf0 100644 Binary files a/images/kfp-tekton.png and b/images/kfp-tekton.png differ