Skip to content

Commit 190b9d3

Browse files
authored
feat: Better CRD docs (#190)
* temporary branch change * regenerate charts * pinned operator-rs * ~
1 parent 4ab2110 commit 190b9d3

File tree

3 files changed

+67
-54
lines changed

3 files changed

+67
-54
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures = { version = "0.3", features = ["compat"] }
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"
1818
snafu = "0.7"
19-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.58.0" }
19+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.58.1" }
2020
strum = { version = "0.25", features = ["derive"] }
2121
tokio = { version = "1.29", features = ["full"] }
2222
tracing = "0.1"

0 commit comments

Comments
 (0)