diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md
index 23251d5c..01bc57ad 100644
--- a/docs/roadmap/index.md
+++ b/docs/roadmap/index.md
@@ -10,7 +10,7 @@
### Flux read-only feature parity
-[= 50% "50%"]
+[= 80% "80%"]
This would be the first stepping stone: we want the GitOps Toolkit to be on-par with today's Flux in
[read-only mode](https://github.com/fluxcd/flux/blob/master/docs/faq.md#can-i-run-flux-with-readonly-git-access)
@@ -20,9 +20,7 @@ Goals
- Offer an in-place migration tool for those that are using Flux in read-only mode to synchronize plain manifests
- Offer a migration guide for those that are using Flux in read-only mode to synchronize Kustomize overlays
-
-- :material-check-bold: Offer a dedicated component for forwarding events to external messaging platforms
-
+- :material-check-bold: [Offer a dedicated component for forwarding events to external messaging platforms](https://toolkit.fluxcd.io/guides/notifications/)
Non-Goals
@@ -36,7 +34,7 @@ Tasks
- [x] Make the kustomize-controller apply/gc events on-par with Flux v1 apply events
- [x] Design the notifications and events filtering API
- [x] Implement a notification controller for Slack, MS Teams, Discord, Rocket
-- [ ] Implement Prometheus metrics in source and kustomize controllers
+- [x] Implement Prometheus metrics in source and kustomize controllers
- [ ] Review the git source and kustomize APIs
- [ ] Implement the migration command in tk
- [ ] Create a migration guide for `flux.yaml` kustomize users
@@ -66,7 +64,7 @@ Tasks
### Helm v3 feature parity
-[= 33% "33%"]
+[= 50% "50%"]
Goals
@@ -87,7 +85,7 @@ Tasks
* [ ] [Providing values from sources](https://github.com/fluxcd/toolkit/discussions/100)
* [ ] [Conditional remediation on failed Helm actions](https://github.com/fluxcd/toolkit/discussions/102)
* [ ] [Support running Helm test actions on an interval](https://github.com/fluxcd/toolkit/discussions/103)
-- [ ] Review the Helm release, chart and repository APIs
+- [x] Review the Helm release, chart and repository APIs
- [x] Implement events in Helm controller
-- [ ] Implement Prometheus metrics in Helm controller
+- [x] Implement Prometheus metrics in Helm controller
- [ ] Create a migration guide for Helm Operator users