In order to visualize git and container events in Kubviz, it is necessary to create a webhook for the respective repository.
You can create a webhook with your own customized data, and in the URL section, you can specify the following format.
- The URL for a git repository will appear in the following format:
https://<INGRESS HOSTNAME>/github
Please replace the section with the specific ingress host name of your git bridge, and the path /github
may vary depending on the git platform being used.
Possible values are:
Values | Platform |
---|---|
/github |
GitHub |
/gitlab |
GitLab |
/gitea |
Gitea |
/bitbucket |
BitBucket |
/azure |
Azure |
- The URL for a Container Registry will appear in the following format:
http://<INGRESS HOSTNAME>/event/docker/hub
Please replace the section with the specific ingress host name of your container bridge, and /event/docker/hub may vary depending on the container registry platform being used.
Possible values are:
Values | Platform |
---|---|
/event/docker/hub |
DockerHub |
/event/azure/container |
Azure |
/event/jfrog/container |
JFrog |
/event/quay/container |
Quay |