Skip to content

Commit

Permalink
update kueue version
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Pawłowski <[email protected]>
  • Loading branch information
pawloch00 committed Jan 24, 2025
1 parent ee4fb02 commit 3d566c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpk/core/kueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def install_kueue_on_cluster(args) -> int:
"""
command = (
'kubectl apply --server-side --force-conflicts -f'
' https://github.com/kubernetes-sigs/kueue/releases/download/v0.6.1/manifests.yaml'
' https://github.com/kubernetes-sigs/kueue/releases/download/v0.8.1/manifests.yaml'
)
task = 'Set Kueue On Cluster'
return_code = run_command_with_updates_retry(command, task, args)
Expand Down

0 comments on commit 3d566c1

Please sign in to comment.