summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-08-26 11:28:21 +0200
committerGitHub <noreply@github.com>2020-08-26 11:28:21 +0200
commit0885a79337a7f5e17377511278dbe53c1b549444 (patch)
treee0b5fecc85f59130c33b9bbda5725f71f1b7d063 /README.md
parent903c414ba305f9fd65cb5a8e1b7687a46611f450 (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.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index a79d087..e7e736a 100644
--- a/README.md
+++ b/README.md
@@ -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)