chore(portainer-ce): add docs (#3968)
* chore(portainer-ce): add docs * add how to add repos
This commit is contained in:
parent
c11c0a0cbb
commit
429893239d
|
@ -19,7 +19,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer-ce
|
||||
- https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal
|
||||
- https://hub.docker.com/r/portainer/portainer-ce
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- management
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -0,0 +1,35 @@
|
|||
# Installation Notes
|
||||
|
||||
:::danger
|
||||
|
||||
Actions done within `Portainer-CE` can be destructive
|
||||
for your apps/charts and your data, if you don't know what
|
||||
are you doing.
|
||||
|
||||
:::
|
||||
|
||||
:::caution
|
||||
|
||||
`Portainer-CE` is designed to work only with Helm Charts / Kubernetes.
|
||||
You **CANNOT** use it to run docker, docker stacks or docker compose
|
||||
|
||||
:::
|
||||
|
||||
## Adding TrueCharts Helm repository
|
||||
|
||||
Navigate to `Home` -> `local`
|
||||
|
||||
- Click `Helm` on the sidebar
|
||||
- Type `https://charts.truecharts.org` under the `Additional Repositories`
|
||||
- Click `Add repository`
|
||||
|
||||
![add_repo](img/add_repo.png)
|
||||
|
||||
## Replacing default Helm repository with TrueCharts Helm repository
|
||||
|
||||
Navigate to `Settings` on the sidebar
|
||||
|
||||
- Under `Helm Repository` replace `URL` with `https://charts.truecharts.org`
|
||||
- Click `Save settings`
|
||||
|
||||
![replace_repo](img/replace_repo.png)
|
Loading…
Reference in New Issue