Merge branch 'portainer:master' into master
commit
36d01883ab
|
@ -12,7 +12,8 @@ To try and alleviate confusion as to what we test against, we have documented th
|
|||
|
||||
| Portainer Version | Release Date | Docker Version | Kubernetes* Version | Architectures |
|
||||
|--------------------|--------------|----------------|--------------------|---------------|
|
||||
| Community 2.6.0 (latest) | June 25, 2021 | 20.10.5 / 20.10.6 | 1.19 1.20.2 1.21 | ARM64, x86_64 |
|
||||
| Community 2.6.1 (latest) | July 12, 2021 | 20.10.5 / 20.10.6 | 1.19 1.20.2 1.21 | ARM64, x86_64 |
|
||||
| Community 2.6.0 | June 25, 2021 | 20.10.5 / 20.10.6 | 1.19 1.20.2 1.21 | ARM64, x86_64 |
|
||||
| Community 2.5.1 | May 18, 2021 | 20.10.5 / 20.10.6 | 1.19 1.20.2 1.21 | ARM64, x86_64 |
|
||||
| Community 2.5.0 | May 18, 2021 | 20.10.5 | 1.19 1.20.2 1.21 | ARM64, x86_64 |
|
||||
| Community 2.1.x | Feb 2, 2021 | 20.10.2 | 1.20.0 | ARM64, x86_64 |
|
||||
|
|
|
@ -4,7 +4,7 @@ In Portainer, you will able to set up Groups and Tags to organize your endpoints
|
|||
|
||||
## Add a Endpoint Group
|
||||
|
||||
Adding an Endpoint is very easy in Portainer. Once logged in 1. Click <b>Endpoints</b> and then 2. <b>Groups</b>
|
||||
Adding an Endpoint Group is very easy in Portainer. Once logged in 1. Click <b>Endpoints</b> and then 2. <b>Groups</b>
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Webhooks
|
||||
|
||||
You can use webhooks to cause an action in a service in response to a push event in a repository. Webhooks are POST requests sent to a URL you define in Docker Hub or another registry.
|
||||
You can use webhooks to trigger an action in a service in response to a push event in a repository. Webhooks are POST requests sent to a URL you define in Docker Hub or another registry.
|
||||
|
||||
## Enable Service Webhook
|
||||
|
||||
To enable a webhook for a service, go to <b>Services</b>, click in the service you want to set up the Weebhook, and enable the toogle <b>Service Webhook</b>.
|
||||
To enable a webhook for a service, go to <b>Services</b>, click on the service you want to set up the Webhook for, and enable the toggle <b>Service Webhook</b>.
|
||||
|
||||

|
||||
|
||||
After you enable the toggle you will see the URL to configure your webhook in Docker Hub or another repository. do a click in copy to get the full URL.
|
||||
After you enable the toggle you will see the URL to configure your webhook in Docker Hub or another repository. Click the copy button to get the full URL.
|
||||
|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
Here, you can find a few examples to understand how easy is to trigger the webhook.
|
||||
Here, you can find a few examples to understand how easy it is to trigger the webhook.
|
||||
|
||||
### Redeploy
|
||||
|
||||
|
@ -38,4 +38,4 @@ To see how to complete the configuration in Docker Hub, [click here](https://doc
|
|||
|
||||
## :material-note-text: Notes
|
||||
|
||||
[Contribute to these docs](https://github.com/portainer/portainer-docs/blob/master/contributing.md){target=_blank}
|
||||
[Contribute to these docs](https://github.com/portainer/portainer-docs/blob/master/contributing.md){target=_blank}
|
||||
|
|
Loading…
Reference in New Issue