Signed-off-by: nitishm <nitishm@microsoft.com>

Co-authored-by: nitishm <nitishm@microsoft.com>
This commit is contained in:
Nitish Malhotra 2021-02-18 13:46:01 -08:00 коммит произвёл GitHub
Родитель 75ef950e58
Коммит 2cbe7fcda9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -136,6 +136,18 @@ See [sequence diagrams](./docs/SEQUENCE.md)
Try out the examples in [examples](./examples)
## Roadmap
### Functional
- [ ] Handling of `Application`, `ApplicationGroup` UPDATE & DELETE reconcilation events : [#64](https://github.com/Azure/Orkestra/issues/64), [#59](https://github.com/Azure/Orkestra/issues/59)
### Features
- [ ] Rollback ApplicationGroup to previous version on failure by re-deploying last-applied workflow.
- [ ] Support multiple remediation strategies on failure
- [ ] Make the switch from [helm-operator](https://github.com/fluxcd/helm-operator) to [helm-controller](https://github.com/fluxcd/helm-controller)
## Contributing
For instructions about setting up your environment to develop and extend the operator, please see