Skip to content

Commit edae045

Browse files
committed
publish chart to ghcr
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
1 parent ba5bf97 commit edae045

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

charts/README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,18 @@ $ helm install answer -f values.yaml .
6363
```
6464
> **Tip**: You can use the default [values.yaml]
6565
66-
## TODO
66+
### Installing from the OCI registry
6767

68-
Publish the chart to Artifacthub and add proper installation instructions. E.G.
69-
> **NOTE**: This is not currently a valid installation option.
68+
The chart is published to the GitHub Container Registry and can be installed directly with Helm 3.8+.
7069

7170
```console
72-
$ helm repo add apache https://charts.answer.apache.org/
73-
$ helm repo update
74-
$ helm install apache/answer -n mynamespace
71+
$ helm install answer oci://ghcr.io/apache/charts/answer --version 0.1.0
72+
```
73+
74+
If you want to inspect or tweak values first, pull the chart and install from the unpacked directory:
75+
76+
```console
77+
$ helm pull oci://ghcr.io/apache/charts/answer --version 0.1.0
78+
$ tar -xzf answer-0.1.0.tgz
79+
$ helm install answer ./answer -f values.yaml
7580
```

0 commit comments

Comments
 (0)