Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,13 @@ Because `rancher` is the default option for `ingress.tls.source`, we are not spe
- Set the `hostname` to the DNS name you pointed at your load balancer.
- If you are installing an alpha version, Helm requires adding the `--devel` option to the command.
- To install a specific Rancher version, use the `--version` flag, example: `--version 2.3.6`
- Provide certmanager version, as difference version has difference annotation.
* For example `--set certmanager.version="0.14.1"`

```
helm install rancher rancher-<CHART_REPO>/rancher \
--namespace cattle-system \
--set certmanager.version="0.14.1" \
--set hostname=rancher.my.org
```

Expand Down