File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 46
46
47
47
# Switch to gh-pages branch
48
48
git checkout gh-pages
49
-
49
+
50
50
# Copy artifacthub-repo.yaml from the current branch
51
51
git checkout "${{ github.ref }}" -- helm/supersonic/artifacthub-repo.yaml
52
52
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ The main components of SuperSONIC are:
24
24
25
25
```
26
26
helm repo add supersonic https://fastmachinelearning.org/SuperSONIC
27
+ helm repo update
27
28
helm install <release-name> supersonic/supersonic --values <your-values.yaml> -n <namespace>
28
29
```
29
30
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Installation
23
23
.. code :: shell
24
24
25
25
helm repo add supersonic https://fastmachinelearning.org/SuperSONIC
26
+ helm repo update
26
27
helm install < release-name> supersonic/supersonic --values < your-values.yaml> -n < namespace>
27
28
28
29
Use a unique meaningful lowercase value as <release-name>, for example
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ The main components of SuperSONIC are:
24
24
25
25
```
26
26
helm repo add supersonic https://fastmachinelearning.org/SuperSONIC
27
+ helm repo update
27
28
helm install <release-name> supersonic/supersonic --values <your-values.yaml> -n <namespace>
28
29
```
29
30
You can’t perform that action at this time.
0 commit comments