You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 chartWe 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
The text was updated successfully, but these errors were encountered: