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

Monitor new Helm chart versions #10

Open
mfouad opened this issue Nov 21, 2020 · 0 comments
Open

Monitor new Helm chart versions #10

mfouad opened this issue Nov 21, 2020 · 0 comments
Labels
New Feature New feature or request
Milestone

Comments

@mfouad
Copy link

mfouad commented Nov 21, 2020

Whenever the user release a new helm chart, we should pick it up and allow helm charts to be promoted to releases.

This can be done using helm search repo command to get all versions of a chart

We can also support webhooks to notify robban when a helm chart is released, this can be triggered from CI during chart release process: curl -X POST http://robban/chart/NAME/v1.1.1
we already have a mechanism in place to store data in configmaps

@mfouad mfouad added the New Feature New feature or request label Nov 21, 2020
@mfouad mfouad added this to the V1 milestone Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant