cloud-gov / cg-deploy-prometheus

Other
4 stars 3 forks source link

Move cg-deploy-prometheus to use new 29.x release series and re-do baseline #202

Closed ChrisMcGowan closed 11 months ago

ChrisMcGowan commented 1 year ago

Currently this repo uses a tag filter limiting our deployment to the 28.x series of releases. The new series is 29.x base and no new fixes/features are coming to the 28.x series.

At the same time we maintain our own manifest.yml instead of pulling in from upstream so we are duplicating work. This repo should shift to only apply our needed changes over upstream.

Lastly 29.x changed how it monitors CF that require some changes including designing a way to pull in loggregator mTLS certs from production and staging CF credhub into tooling/hub to use for this monitoring.

Acceptance Criteria