Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #32

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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