Skip to content

Commit 8601d21

Browse files
Release v0.1.0 - docs update (#25)
* quick docs update * Update helm docs --------- Co-authored-by: GitHub Actions <actions@github.com>
1 parent 3941eb7 commit 8601d21

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
# Switch to gh-pages branch
4848
git checkout gh-pages
49-
49+
5050
# Copy artifacthub-repo.yaml from the current branch
5151
git checkout "${{ github.ref }}" -- helm/supersonic/artifacthub-repo.yaml
5252

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The main components of SuperSONIC are:
2424

2525
```
2626
helm repo add supersonic https://fastmachinelearning.org/SuperSONIC
27+
helm repo update
2728
helm install <release-name> supersonic/supersonic --values <your-values.yaml> -n <namespace>
2829
```
2930

docs/getting-started.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Installation
2323
.. code:: shell
2424
2525
helm repo add supersonic https://fastmachinelearning.org/SuperSONIC
26+
helm repo update
2627
helm install <release-name> supersonic/supersonic --values <your-values.yaml> -n <namespace>
2728
2829
Use a unique meaningful lowercase value as <release-name>, for example

helm/supersonic/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The main components of SuperSONIC are:
2424

2525
```
2626
helm repo add supersonic https://fastmachinelearning.org/SuperSONIC
27+
helm repo update
2728
helm install <release-name> supersonic/supersonic --values <your-values.yaml> -n <namespace>
2829
```
2930

0 commit comments

Comments
 (0)