Skip to content

Commit 8f8d22e

Browse files
authored
Merge pull request #2 from Intreecom/update-readme
add: oci chart usage instructions
2 parents d87501f + 04ec234 commit 8f8d22e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,17 @@
22

33

44
You can find charts in charts folder and oci images for every chart in github packages.
5+
6+
## How to use (example)
7+
#### yaml rendering
8+
```bash
9+
helm template oci://ghcr.io/intreecom/charts/py-app --version 0.1.0
10+
```
11+
#### show chart values
12+
```bash
13+
helm show values oci://ghcr.io/intreecom/charts/py-app --version 0.1.0
14+
```
15+
#### install chart
16+
```bash
17+
helm install py-app oci://ghcr.io/intreecom/charts/py-app --version 0.1.0
18+
```

0 commit comments

Comments
 (0)