Skip to content

Commit e79dfec

Browse files
committed
bump kubeflow-katib and kfp version in notebook examples
1 parent c62bacd commit e79dfec

File tree

6 files changed

+199
-247
lines changed

6 files changed

+199
-247
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ kubectl apply -k "github.com/kubeflow/katib.git/manifests/v1beta1/installs/katib
159159

160160
## Release Version
161161

162-
For the specific Katib release (for example `v0.12.0`) run this command:
162+
For the specific Katib release (for example `v0.13.0`) run this command:
163163

164164
```
165-
kubectl apply -k "github.com/kubeflow/katib.git/manifests/v1beta1/installs/katib-standalone?ref=v0.12.0"
165+
kubectl apply -k "github.com/kubeflow/katib.git/manifests/v1beta1/installs/katib-standalone?ref=v0.13.0"
166166
```
167167

168168
Make sure that all Katib components are running:

examples/v1beta1/kubeflow-pipelines/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You can find the Katib Component source code for the Kubeflow Pipelines
1010

1111
You have to install the following Python SDK to run these examples:
1212

13-
- [`kfp`](https://pypi.org/project/kfp/) >= 1.8.4
14-
- [`kubeflow-katib`](https://pypi.org/project/kubeflow-katib/) >= 0.12.0
13+
- [`kfp`](https://pypi.org/project/kfp/) >= 1.8.12
14+
- [`kubeflow-katib`](https://pypi.org/project/kubeflow-katib/) >= 0.13.0
1515

1616
## Multi-User Pipelines Setup
1717

0 commit comments

Comments
 (0)