Skip to content

Commit 6f56192

Browse files
committed
chore: update quickstart references to 0.3.0
1 parent 034b2e4 commit 6f56192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ helm install prometheus prometheus-community/kube-prometheus-stack \
4343
Download 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
4848
helm 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

5252
Make sure the cluster deployed successfully with:
@@ -68,10 +68,10 @@ slurm-operator-webhook-6fd8d7857d-zcvqh 1/1 Running 0 5m00s
6868
Download 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
7373
helm 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

7777
Make sure the slurm cluster deployed successfully with:

0 commit comments

Comments
 (0)