File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ helm install prometheus prometheus-community/kube-prometheus-stack \
4343Download values and install the slurm-operator from OCI package.
4444
4545``` bash
46- curl -L https://raw.githubusercontent.com/SlinkyProject/slurm-operator/refs/tags/v0.2.1 /helm/slurm-operator/values.yaml \
46+ curl -L https://raw.githubusercontent.com/SlinkyProject/slurm-operator/refs/tags/v0.3.0 /helm/slurm-operator/values.yaml \
4747 -o values-operator.yaml
4848helm install slurm-operator oci://ghcr.io/slinkyproject/charts/slurm-operator \
49- --values=values-operator.yaml --version=0.2.1 --namespace=slinky --create-namespace
49+ --values=values-operator.yaml --version=0.3.0 --namespace=slinky --create-namespace
5050```
5151
5252Make sure the cluster deployed successfully with:
@@ -68,10 +68,10 @@ slurm-operator-webhook-6fd8d7857d-zcvqh 1/1 Running 0 5m00s
6868Download values and install a Slurm cluster from OCI package.
6969
7070``` bash
71- curl -L https://raw.githubusercontent.com/SlinkyProject/slurm-operator/refs/tags/v0.2.1 /helm/slurm/values.yaml \
71+ curl -L https://raw.githubusercontent.com/SlinkyProject/slurm-operator/refs/tags/v0.3.0 /helm/slurm/values.yaml \
7272 -o values-slurm.yaml
7373helm install slurm oci://ghcr.io/slinkyproject/charts/slurm \
74- --values=values-slurm.yaml --version=0.2.1 --namespace=slurm --create-namespace
74+ --values=values-slurm.yaml --version=0.3.0 --namespace=slurm --create-namespace
7575```
7676
7777Make sure the slurm cluster deployed successfully with:
You can’t perform that action at this time.
0 commit comments