-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update client and helm charts submodule version (#3227)
Signed-off-by: Gaius <gaius.qi@gmail.com>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule client-rs
updated
11 files
+0 −4 | .gitignore | |
+76 −13 | Cargo.lock | |
+8 −9 | Cargo.toml | |
+1 −1 | dragonfly-client-config/src/dfdaemon.rs | |
+3 −0 | dragonfly-client-storage/Cargo.toml | |
+96 −24 | dragonfly-client-storage/src/content.rs | |
+1 −0 | dragonfly-client-storage/src/lib.rs | |
+216 −179 | dragonfly-client-storage/src/metadata.rs | |
+87 −0 | dragonfly-client-storage/src/storage_engine/mod.rs | |
+260 −0 | dragonfly-client-storage/src/storage_engine/rocksdb.rs | |
+2 −0 | rust-toolchain.toml |
Submodule helm-charts
updated
4 files
+11 −10 | charts/dragonfly/Chart.yaml | |
+15 −12 | charts/dragonfly/README.md | |
+1 −1 | charts/dragonfly/templates/dfdaemon/dfdaemon-daemonset.yaml | |
+19 −13 | charts/dragonfly/values.yaml |