Skip to content

Commit 3c2c5f9

Browse files
authored
fix: Downgrade k8s-openapi to 0.26.0 to prevent CRD schema bug (#730)
* fix: Downgrade k8s-openapi to 0.26.0 to prevent CRD schema bug * regenerate nix
1 parent 505e821 commit 3c2c5f9

5 files changed

Lines changed: 83 additions & 39 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.nix

Lines changed: 8 additions & 4 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)