Skip to content

Commit

Permalink
bump kubeflow-katib and kfp version in notebook examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzen-y committed Apr 17, 2022
1 parent c62bacd commit e79dfec
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 247 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ kubectl apply -k "github.com/kubeflow/katib.git/manifests/v1beta1/installs/katib

## Release Version

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

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

Make sure that all Katib components are running:
Expand Down
4 changes: 2 additions & 2 deletions examples/v1beta1/kubeflow-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ You can find the Katib Component source code for the Kubeflow Pipelines

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

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

## Multi-User Pipelines Setup

Expand Down
Loading

0 comments on commit e79dfec

Please sign in to comment.