Skip to content

Commit

Permalink
Update README.md (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleishie authored Jan 16, 2024
1 parent 445099c commit 10b5a9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ Docker images are available for various architecture via Github packages reposit
* [beskar](https://github.com/ctrliq/beskar/pkgs/container/beskar)
* [beskar-yum](https://github.com/ctrliq/beskar/pkgs/container/beskar-yum)
* [beskar-static](https://github.com/ctrliq/beskar/pkgs/container/beskar-static)
* [beskar-ostree](https://github.com/ctrliq/beskar/pkgs/container/beskar-ostree)

### Helm charts

Helm charts are available [here](https://github.com/ctrliq/beskar/tree/main/charts).

You call also pull charts directly for a specific release via Github packages by running:
You can also pull charts directly for a specific release via Github packages by running:

For beskar helm chart:

Expand All @@ -42,7 +43,7 @@ For beskar-static helm chart:
helm pull oci://ghcr.io/ctrliq/helm-charts/beskar-static --version 0.0.1 --untar
```

For beskar-static helm chart:
For beskar-ostree helm chart:

```
helm pull oci://ghcr.io/ctrliq/helm-charts/beskar-ostree --version 0.0.1 --untar
Expand All @@ -58,4 +59,4 @@ Binaries are not provided as part of releases, you can compile it yourself by ru

And retrieve binaries in `build/output` directory.

**NOTE**: Require the Golang toolchain installation
**NOTE**: Require the Golang toolchain installation

0 comments on commit 10b5a9b

Please sign in to comment.