Skip to content

Commit 8b8f767

Browse files
authored
Fix kueue version in yaml string and loosen dependecy on cloud-storage (#546)
* fix kueue version Signed-off-by: Piotr Pawłowski <[email protected]> --------- Signed-off-by: Piotr Pawłowski <[email protected]>
1 parent 133f2a4 commit 8b8f767

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)