We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f27bec commit 4e1bf48Copy full SHA for 4e1bf48
site/content/en/docs/installation/_index.md
@@ -54,7 +54,7 @@ kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/release
54
To install a released version of JobSet in your cluster using Helm, run the following command:
55
56
```shell
57
-helm install jobset oci://registry.k8s.io/jobset/charts/jobset --version $VERSION --create-namespace --namespace=jobset-system
+helm install jobset oci://registry.k8s.io/jobset/charts/jobset --version ${VERSION#v} --create-namespace --namespace=jobset-system
58
```
59
60
For more HELM configurations options, follow the [instructions](https://github.com/kubernetes-sigs/jobset/tree/main/charts/jobset).
0 commit comments