Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/installation/online-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Ensure the `scheduler.kubeScheduler.imageTag` matches your Kubernetes server ver
For instance, if your cluster server is v1.16.8, use the following command to deploy:

```bash
helm install hami hami-charts/hami --set scheduler.kubeScheduler.imageTag=v1.16.8 -n kube-system
helm install hami hami-charts/hami --set scheduler.kubeScheduler.image.tag=v1.16.8 -n kube-system
Copy link

Copilot AI Dec 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change from scheduler.kubeScheduler.imageTag to scheduler.kubeScheduler.image.tag creates an inconsistency with line 25, which still references scheduler.kubeScheduler.imageTag. If image.tag is the correct parameter format, line 25 should also be updated to maintain consistency within this documentation.

Copilot uses AI. Check for mistakes.
```

Customize your installation by editing the [configurations](../userguide/configure.md).
Expand Down