Skip to content

Commit

Permalink
chore: add oci install description
Browse files Browse the repository at this point in the history
Signed-off-by: longkai <im.longkai@gmail.com>
  • Loading branch information
longkai committed Aug 5, 2022
1 parent 9fe4f2e commit d1c0b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/helm/install.go
Expand Up @@ -86,13 +86,14 @@ the '--debug' and '--dry-run' flags can be combined.
If --verify is set, the chart MUST have a provenance file, and the provenance
file MUST pass all verification steps.
There are five different ways you can express the chart you want to install:
There are six different ways you can express the chart you want to install:
1. By chart reference: helm install mymaria example/mariadb
2. By path to a packaged chart: helm install mynginx ./nginx-1.2.3.tgz
3. By path to an unpacked chart directory: helm install mynginx ./nginx
4. By absolute URL: helm install mynginx https://example.com/charts/nginx-1.2.3.tgz
5. By chart reference and repo url: helm install --repo https://example.com/charts/ mynginx nginx
6. By OCI registries: helm install mynginx --version 1.2.3 oci://example.com/charts/nginx
CHART REFERENCES
Expand Down

0 comments on commit d1c0b7e

Please sign in to comment.