Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/xpk/core/blueprint/blueprint_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

cluster_toolkit_url = "github.com/GoogleCloudPlatform/cluster-toolkit"
cluster_toolkit_version = "v1.57.1"
cluster_toolkit_version = "v1.62.2"


class BlueprintGeneratorOutput:
Expand Down
2 changes: 1 addition & 1 deletion src/xpk/core/docker_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
DockerRunCommandExitCode = 135
dockerBuildErrorCode = 134
ctk_dockerfile_path = "Dockerfile"
ctk_build_ref = "v1.57.1"
ctk_build_ref = "v1.62.2"
ctk_docker_image = "xpk-ctk"
ctk_container_name = "xpk-ctk-container"
gcloud_cfg_mount_path = "/root/.config/gcloud"
Expand Down
2 changes: 1 addition & 1 deletion src/xpk/core/tests/data/a3_mega.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
!Blueprint
blueprint_name: xpk-gke-a3-megagpu
toolkit_modules_url: github.com/GoogleCloudPlatform/cluster-toolkit
toolkit_modules_version: v1.57.1
toolkit_modules_version: v1.62.2

vars:
project_id: "foo"
Expand Down
2 changes: 1 addition & 1 deletion src/xpk/core/tests/data/a3_mega_spot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
!Blueprint
blueprint_name: xpk-gke-a3-megagpu
toolkit_modules_url: github.com/GoogleCloudPlatform/cluster-toolkit
toolkit_modules_version: v1.57.1
toolkit_modules_version: v1.62.2

vars:
project_id: "foo"
Expand Down
2 changes: 1 addition & 1 deletion src/xpk/core/tests/data/a3_ultra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
!Blueprint
blueprint_name: xpk-gke-a3-ultra
toolkit_modules_url: github.com/GoogleCloudPlatform/cluster-toolkit
toolkit_modules_version: v1.57.1
toolkit_modules_version: v1.62.2

vars:

Expand Down
2 changes: 1 addition & 1 deletion src/xpk/core/tests/data/a4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
!Blueprint
blueprint_name: xpk-gke-a4
toolkit_modules_url: github.com/GoogleCloudPlatform/cluster-toolkit
toolkit_modules_version: v1.57.1
toolkit_modules_version: v1.62.2

vars:

Expand Down
Loading