Skip to content

Commit

Permalink
fix: webhook link 404 fluxcd#1691
Browse files Browse the repository at this point in the history
Signed-off-by: Son Bui <[email protected]>
  • Loading branch information
sonbui00 committed Dec 6, 2023
1 parent c7ab286 commit a74b3b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/en/flux/gitops-toolkit/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ API Types

| Name | Version |
|----------------------------------------------------|---------|
| [Receiver](../components/notification/receiver.md) | v1 |
| [Receiver](../components/notification/receivers.md)| v1 |
| [Provider](../components/notification/provider.md) | v1beta2 |
| [Alert](../components/notification/alert.md) | v1beta2 |

Expand Down
2 changes: 1 addition & 1 deletion content/en/flux/guides/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ With the above settings, when you upload a chart, the following happens:
{{% alert color="info" title="Note" %}}
Besides Harbor, you can define receivers for **GitHub**, **GitLab**, **Bitbucket**
and any other system that supports webhooks e.g. Jenkins, CircleCI, etc.
See the [Receiver CRD docs](../components/notification/receiver.md) for more details.
See the [Receiver CRD docs](../components/notification/receivers.md) for more details.
{{% /alert %}}

## Release when a source revision changes for Git and Cloud Storage
Expand Down
2 changes: 1 addition & 1 deletion content/en/flux/guides/image-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ LB and the generated URL `http://<LoadBalancerAddress>/<ReceiverURL>`.
{{% alert color="info" title="Other receivers" %}}
Besides DockerHub, you can define receivers for **Harbor**, **Quay**, **Nexus**, **GCR**,
and any other system that supports webhooks e.g. GitHub Actions, Jenkins, CircleCI, etc.
See the [Receiver CRD docs](../components/notification/receiver.md) for more details.
See the [Receiver CRD docs](../components/notification/receivers.md) for more details.
{{% /alert %}}

## Incident management
Expand Down

0 comments on commit a74b3b5

Please sign in to comment.