Skip to content

Commit 7f5fd9f

Browse files
committed
Merge branch 'fix/downgrade-k8s-openapi' into feat/operator-versioning
2 parents 363c60d + dea454c commit 7f5fd9f

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 = "feat/gitsync-ssh" }
3740
#stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

0 commit comments

Comments
 (0)