Skip to content

Commit 9e47828

Browse files
committed
Improve comment
1 parent dcf9095 commit 9e47828

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ json-patch = "4.0.0"
3838
k8s-openapi = { version = "0.27.0", default-features = false, features = ["schemars", "v1_35"] }
3939
# We use rustls instead of openssl for easier portability, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
4040
# We use ring instead of aws-lc-rs, as this currently fails to build in "make run-dev"
41-
# We pin the kube version, as we use a patch for 2.0.1
42-
# kube = { version = "3.0.1", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "admission", "rustls-tls", "ring"] }
41+
# We need a few schema fixes in kube, that went into main, but are not released yet
4342
kube = { git = "https://github.com/kube-rs/kube-rs", rev = "fe69cc486ff8e62a7da61d64ec3ebbd9e64c43b5", version = "=3.0.1", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "admission", "rustls-tls", "ring"] }
4443
opentelemetry = "0.31.0"
4544
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }

0 commit comments

Comments
 (0)