From dcf09dffe63b9386d33e0d90eaf449623f70c4df Mon Sep 17 00:00:00 2001 From: Kyle Ishie Date: Tue, 16 Jan 2024 08:03:47 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29b8aec..3479a58 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 @@ -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 \ No newline at end of file +**NOTE**: Require the Golang toolchain installation