Skip to content

Commit a9f358a

Browse files
committed
fix: Use patched kube version
1 parent 33517b9 commit a9f358a

File tree

5 files changed

+85
-85
lines changed

5 files changed

+85
-85
lines changed

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ built = { version = "0.8", features = ["chrono", "git2"] }
1919
clap = "4.5"
2020
const_format = "0.2"
2121
futures = { version = "0.3", features = ["compat"] }
22+
# We pin the kube version, as we use a patch for 2.0.1 below
23+
kube = "=2.0.1"
2224
indoc = "2.0"
2325
openssl = "0.10"
2426
rstest = "0.26"
@@ -33,3 +35,6 @@ tracing = "0.1"
3335
# [patch."https://github.com/stackabletech/operator-rs.git"]
3436
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3537
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
38+
39+
[patch.crates-io]
40+
kube = { git = "https://github.com/stackabletech/kube-rs", branch = "2.0.1-fix-schema-hoisting" }

crate-hashes.json

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

0 commit comments

Comments
 (0)