Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DockerHub webhook receiver #112

Merged
merged 1 commit into from
Jan 14, 2021
Merged

Conversation

stefanprodan
Copy link
Member

This PR implements DockerHub webhook receivers, to be used for triggering container image updates.

Example:

apiVersion: notification.toolkit.fluxcd.io/v1beta1
kind: Receiver
metadata:
  name: dockerhub-receiver
  namespace: default
spec:
  type: dockerhub
  secretRef:
    name: webhook-token
  resources:
    - kind: ImageRepository
      name: webapp

@stefanprodan stefanprodan added area/docs Documentation related issues and pull requests enhancement New feature or request area/receiver Webhook receiver related issues and PRs labels Jan 14, 2021
@stefanprodan stefanprodan merged commit 312907a into main Jan 14, 2021
@stefanprodan stefanprodan deleted the dockerhub-receiver branch January 14, 2021 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documentation related issues and pull requests area/receiver Webhook receiver related issues and PRs enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants