Skip to content

Commit 93367fc

Browse files
kapil27Fiona-Waters
authored andcommitted
Change Kubeflow Trainer reference from master to main
1 parent 9ab260b commit 93367fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk-pr-notebook-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "Installing Kubeflow Trainer..."
4444
# Install the Trainer manager using kubectl with server-side apply to handle large CRDs
45-
kubectl apply --server-side -k "github.com/opendatahub-io/trainer/manifests/overlays/manager?ref=master"
45+
kubectl apply --server-side -k "github.com/opendatahub-io/trainer/manifests/overlays/manager?ref=main"
4646
4747
# Wait for the trainer deployment to be ready
4848
echo "Waiting for Trainer controller to be ready..."
@@ -55,7 +55,7 @@ jobs:
5555
5656
# Install the default training runtimes
5757
echo "Installing Trainer runtimes..."
58-
kubectl apply --server-side -k "github.com/opendatahub-io/trainer/manifests/overlays/runtimes?ref=master"
58+
kubectl apply --server-side -k "github.com/opendatahub-io/trainer/manifests/overlays/runtimes?ref=main"
5959
6060
# Verify installation
6161
echo "Verifying Trainer installation..."

0 commit comments

Comments
 (0)