We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133f2a4 commit 8b8f767Copy full SHA for 8b8f767
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
"google-api-core==2.24.1",
41
"packaging==24.2",
42
"google-cloud-filestore==1.12.0",
43
- "google-cloud-storage==2.19.0"
+ "google-cloud-storage"
44
]
45
46
[project.urls]
src/xpk/core/kueue.py
@@ -220,7 +220,7 @@
220
- --zap-log-level=2
221
command:
222
- /manager
223
- image: registry.k8s.io/kueue/kueue:v0.10.0
+ image: registry.k8s.io/kueue/kueue:v0.12.2
224
imagePullPolicy: Always
225
livenessProbe:
226
httpGet:
0 commit comments