Skip to content

Commit

Permalink
Merge pull request #1735 from sonbui00/fix-1691
Browse files Browse the repository at this point in the history
fix: webhook link 404 #1691
  • Loading branch information
makkes committed Dec 7, 2023
2 parents f003d9d + df4f2ad commit af193cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions content/en/flux/gitops-toolkit/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ API Types

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

### image.toolkit.fluxcd.io

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 af193cd

Please sign in to comment.