Skip to content

Commit 674d7b6

Browse files
committed
Merge branch 'develop' of https://github.com/AI-Hypercomputer/xpk into develop
2 parents d5e7c7f + 8b8f767 commit 674d7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"google-api-core==2.24.1",
4141
"packaging==24.2",
4242
"google-cloud-filestore==1.12.0",
43-
"google-cloud-storage==2.19.0"
43+
"google-cloud-storage"
4444
]
4545

4646
[project.urls]

src/xpk/core/kueue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
- --zap-log-level=2
221221
command:
222222
- /manager
223-
image: registry.k8s.io/kueue/kueue:v0.10.0
223+
image: registry.k8s.io/kueue/kueue:v0.12.2
224224
imagePullPolicy: Always
225225
livenessProbe:
226226
httpGet:

0 commit comments

Comments
 (0)