Skip to content

Commit

Permalink
upgrade workload managers (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Shmulevich <[email protected]>
  • Loading branch information
dmitsh authored Oct 21, 2024
1 parent 5c27d87 commit 5bd1b95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function deploy_prometheus() {
#

# https://github.com/kubernetes-sigs/jobset
JOBSET_VERSION=v0.5.2
JOBSET_VERSION=v0.6.0

function deploy_jobset() {
printGreen Deploying jobset
Expand All @@ -131,7 +131,7 @@ function deploy_jobset() {
}

# https://github.com/kubernetes-sigs/kueue
KUEUE_VERSION=v0.8.0
KUEUE_VERSION=v0.8.1

function deploy_kueue() {
printGreen Deploying kueue
Expand All @@ -147,7 +147,7 @@ function deploy_kueue() {
}

# https://github.com/volcano-sh/volcano
VOLCANO_VERSION=v1.9.0
VOLCANO_VERSION=v1.10.0

function deploy_volcano() {
printGreen Deploying volcano
Expand All @@ -168,7 +168,7 @@ function deploy_volcano() {
}

# https://github.com/apache/yunikorn-core
YUNIKORN_VERSION=v1.5.2
YUNIKORN_VERSION=v1.6.0

function deploy_yunikorn() {
printGreen Deploying yunikorn
Expand Down

0 comments on commit 5bd1b95

Please sign in to comment.