Skip to content

Commit 58a42ae

Browse files
committed
use op-rs 0.82.0
1 parent 757c56e commit 58a42ae

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Cargo.lock

Lines changed: 4 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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@ serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
serde_yaml = "0.9"
2323
snafu = "0.8"
24-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.80.0" }
24+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.82.0" }
2525
strum = { version = "0.26", features = ["derive"] }
2626
tokio = { version = "1.39", features = ["full"] }
2727
tracing = "0.1"
2828
tracing-futures = { version = "0.2", features = ["futures-03"] }
2929
indoc = "2"
3030

31-
[patch."https://github.com/stackabletech/operator-rs.git"]
32-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "fix/SUP-148" }
33-
3431
#[patch."https://github.com/stackabletech/operator-rs.git"]
3532
#stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3633
#stackable-operator = { path = "../operator-rs" }

rust/operator-binary/src/history/history_controller.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,8 @@ fn build_service(
659659
})
660660
}
661661

662+
// TODO: This function should be replaced with operator-rs build_rbac_resources.
663+
// See: https://github.com/stackabletech/spark-k8s-operator/issues/499
662664
#[allow(clippy::result_large_err)]
663665
fn build_history_role_serviceaccount(
664666
shs: &SparkHistoryServer,

0 commit comments

Comments
 (0)