weaveworks / pipeline-controller

This repository contains the Pipeline CRD and associated controller for Weave GitOps Enterprise.
1 stars 4 forks source link

Using Informers instead of webhooks: spike & implementation #179

Closed luizbafilho closed 1 year ago

luizbafilho commented 1 year ago

Spike how to use informers to get app's versions updates instead of relying on webhooks to get those.

The main goal is to greatly simplify the pipeline setup, drastically reducing the number of configurations needed to get those working

Basic Plan:

Clients Manager

Pipeline controller

HelmReleases Watcher

LappleApple commented 1 year ago

Closing in favor of current design doc/work https://github.com/weaveworks/pipeline-controller/issues/191