Skip to content

Commit dea454c

Browse files
committed
fix: Downgrade k8s-openapi to 0.26.0 to prevent CRD schema bug
1 parent 8fc5875 commit dea454c

4 files changed

Lines changed: 75 additions & 35 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ strum = { version = "0.27", features = ["derive"] }
3232
tokio = { version = "1.40", features = ["full"] }
3333
tracing = "0.1"
3434

35+
# k8s-openapi 0.26.1 doesn't play well with our kube version: https://github.com/kube-rs/kube/issues/1869
36+
k8s-openapi = "=0.26.0"
37+
3538
[patch."https://github.com/stackabletech/operator-rs.git"]
3639
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3740
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

0 commit comments

Comments
 (0)