diff options
| author | jannfis <jann@mistrust.net> | 2020-08-26 11:28:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-26 11:28:21 +0200 |
| commit | 0885a79337a7f5e17377511278dbe53c1b549444 (patch) | |
| tree | e0b5fecc85f59130c33b9bbda5725f71f1b7d063 /README.md | |
| parent | 903c414ba305f9fd65cb5a8e1b7687a46611f450 (diff) | |
docs: Update docs and README (#74)
* docs: Update docs and README
* fix typo
* Two - not three - core limitations
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -75,18 +75,18 @@ a fast moving target and lots of refactoring will happen constantly. The following things are on the roadmap until the `v1.0` release -* Extend Argo CD functionality to be able to update images for other types of - applications. +* [ ] Extend Argo CD functionality to be able to update images for other types + of applications. -* Extend Argo CD functionality to write back to Git +* [ ] Extend Argo CD functionality to write back to Git -* Provide web hook support to trigger update check for a given image +* [ ] Provide web hook support to trigger update check for a given image -* Use concurrency for updating multiple applications at once +* [x] Use concurrency for updating multiple applications at once -* Improve error handling +* [x] Improve error handling -* Support for image tags with i.e. Git commit SHAs +* [x] Support for image tags with i.e. Git commit SHAs For more details, check out the [v1.0.0 milestone](https://github.com/argoproj-labs/argocd-image-updater/milestone/1) |
