Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ output/
# Node.js specific files
jspm_packages/
.node_repl_history
*.tgz
.parcel-cache
.storybook-out
storybook-static
Expand Down
6 changes: 3 additions & 3 deletions charts/veaiops/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.31.4
version: 2.36.0
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 14.0.14
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.0.4
digest: sha256:e86a0a008c27b1bf71a74e204adf7af00206605fbab1897194779362ab548981
generated: "2025-10-10T21:58:27.181026+08:00"
digest: sha256:bfbdf6b4735ab3a8be6ec43636b976245e87f72aca8b7586399b428c58725333
generated: "2026-02-28T14:23:41.722106+08:00"
Binary file added charts/veaiops/charts/common-2.36.0.tgz
Binary file not shown.
Binary file added charts/veaiops/charts/mongodb-14.0.14.tgz
Binary file not shown.
Binary file added charts/veaiops/charts/redis-18.0.4.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/content/1.introduction/2.quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ navigation:
:::code-group

```bash [安装VeAIOps]
helm --kubeconfig <path-to-kubeconfig> install veaiops -n veaiops-system --create-namespace --dependency-update .
helm --kubeconfig <path-to-kubeconfig> install veaiops -n veaiops-system --create-namespace .
```

:::
Expand Down Expand Up @@ -87,7 +87,7 @@ navigation:
:::code-group

```bash [安装VeAIOps]
helm --kubeconfig <path-to-kubeconfig> install veaiops -n veaiops-system --create-namespace --dependency-update .
helm --kubeconfig <path-to-kubeconfig> install veaiops -n veaiops-system --create-namespace .
```

:::
Expand Down