Skip to content

Commit 57b5b9c

Browse files
authored
[Chore] Upgrade operator version in test-sample-yamls (#4248)
Signed-off-by: wei-chenglai <[email protected]>
1 parent 8aa4d10 commit 57b5b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/test-sample-yamls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- kubectl config set clusters.kind-kind.server https://docker:6443
2929
# Deploy KubeRay operator
3030
- pushd ray-operator
31-
- IMG=quay.io/kuberay/operator:v1.3.0 make deploy
31+
- IMG=quay.io/kuberay/operator:v1.5.1 make deploy
3232
- kubectl wait --timeout=90s --for=condition=Available=true deployment kuberay-operator
3333
# Run sample YAML tests
3434
- echo "--- START:Running Sample YAMLs (latest release) tests"

0 commit comments

Comments
 (0)