Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
youcefguichi committed Dec 15, 2023
1 parent 0b183ac commit 1f1ee99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ helm install my-release onechart/onechart \
--set image.repository=nginx \
--set image.tag=1.19.3
```
### Alternative installation method
### Alternative: using an OCI repository
You can also template and install onechart from an OCI repository as follows:

Check the generated Kubernetes yaml:
Expand All @@ -34,7 +34,7 @@ helm template my-release oci://ghcr.io/gimlet-io/onechart --version 0.66.0 \
Deploy with Helm:

```bash
helm template my-release oci://ghcr.io/gimlet-io/onechart --version 0.66.0 \
helm install my-release oci://ghcr.io/gimlet-io/onechart --version 0.66.0 \
--set image.repository=nginx \
--set image.tag=1.19.3
```
Expand Down

0 comments on commit 1f1ee99

Please sign in to comment.