File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments