Skip to content

Commit 8dbce39

Browse files
authored
Update kfp-tekton release to 1.3.1 (kubeflow#1033)
1 parent aa3366f commit 8dbce39

File tree

13 files changed

+3326
-21
lines changed

13 files changed

+3326
-21
lines changed

.kfp-rebase-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.1
1+
1.8.4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# - The help target was derived from https://stackoverflow.com/a/35730328/5601796
1717

1818
VENV ?= .venv
19-
KFP_TEKTON_RELEASE ?= v1.3.0
19+
KFP_TEKTON_RELEASE ?= v1.3.1
2020
export VIRTUAL_ENV := $(abspath ${VENV})
2121
export PATH := ${VIRTUAL_ENV}/bin:${PATH}
2222
DOCKER_REGISTRY ?= aipipeline

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

guides/kfp_tekton_install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ To install the standalone Kubeflow Pipelines with Tekton, run the following step
5353
-p '{"data":{"enable-custom-tasks": "true"}}'
5454
```
5555

56-
3. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.3.0` [custom resource definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)(CRDs).
56+
3. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.3.1` [custom resource definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)(CRDs).
5757
> Note: You can ignore the error `no matches for kind "Application" in version "app.k8s.io/v1beta1"` since it's a warning saying `application` CRD is not yet ready.
5858
```shell
59-
kubectl apply --selector kubeflow/crd-install=true -f install/v1.3.0/kfp-tekton.yaml
59+
kubectl apply --selector kubeflow/crd-install=true -f install/v1.3.1/kfp-tekton.yaml
6060
```
6161

62-
4. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.3.0` deployment
62+
4. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.3.1` deployment
6363
```shell
64-
kubectl apply -f install/v1.3.0/kfp-tekton.yaml
64+
kubectl apply -f install/v1.3.1/kfp-tekton.yaml
6565
```
6666

6767
5. Then, if you want to expose the Kubeflow Pipelines endpoint outside the cluster, run the following commands:

0 commit comments

Comments
 (0)