From cc18077192640e8d4d7f1440fa54ef8cf28b1e65 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Wed, 2 Sep 2020 16:25:25 +0200 Subject: [PATCH] update roadmap --- docs/roadmap/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md index a633882e..0f404092 100644 --- a/docs/roadmap/index.md +++ b/docs/roadmap/index.md @@ -12,7 +12,7 @@ All of the above will constitute "Flux v2". ### Flux read-only feature parity -[= 80% "80%"] +[= 90% "90%"] 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) @@ -40,7 +40,7 @@ Tasks - [ ] Review the git source and kustomize APIs - [ ] Implement the migration command in gotk - [ ] Create a migration guide for `flux.yaml` kustomize users -- [ ] Include [support for SOPS](https://github.com/fluxcd/toolkit/discussions/156) +- [x] Include support for SOPS ### Flux image update feature parity @@ -67,7 +67,7 @@ Tasks ### Helm v3 feature parity -[= 70% "70%"] +[= 90% "90%"] Goals @@ -89,7 +89,7 @@ Tasks - [x] Implement events in Helm controller - [x] Implement Prometheus metrics in Helm controller - [x] Implement support for values from `Secret` and `ConfigMap` resources -- [ ] [Implement conditional remediation on (failed) Helm actions](https://github.com/fluxcd/helm-controller/issues/41) -- [ ] [Implement support for Helm charts from Git](https://github.com/fluxcd/source-controller/issues/56) +- [x] Implement conditional remediation on (failed) Helm actions +- [x] Implement support for Helm charts from Git - [ ] [Implement support for referring to an alternative chart values file](https://github.com/fluxcd/helm-controller/issues/4) - [ ] Create a migration guide for Helm Operator users