Skip to content

Commit

Permalink
Merge branch 'main' into release-v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nagar-ajay committed Oct 6, 2023
2 parents dbb6489 + bfa6e43 commit 3902e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/terraform/karbon_kube_config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
nutanix = {
source = "nutanix/nutanix"
version = "1.2.0"
version = "1.8.1"
}
}
}
2 changes: 1 addition & 1 deletion website/content/en/docs/install-kubeflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Do these steps to deploy Kubeflow {{% nutanix/latest-version %}} on your NKE clu
1. Download the terraform script to deploy kubeflow on NKE by cloning the Github repository shown.

```
git clone https://github.com/nutanix/kubeflow-manifests.git
git clone -b release-v1.7 https://github.com/nutanix/kubeflow-manifests.git && cd kubeflow-manifests
cd automation/terraform/install_kubeflow
```
Expand Down

0 comments on commit 3902e6e

Please sign in to comment.