From bb2deb125bcf0c8de73561b3ff06e4661847e26f Mon Sep 17 00:00:00 2001 From: jannfis Date: Wed, 12 Aug 2020 18:26:26 +0200 Subject: refactor: Move update logic to argocd package and provide more tests (#45) * refactor: Move update logic to argocd package and provide more tests * Fix typos --- docs/configuration/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/configuration/images.md b/docs/configuration/images.md index 7cdda49..e869494 100644 --- a/docs/configuration/images.md +++ b/docs/configuration/images.md @@ -64,7 +64,7 @@ annotation, for example the following would assign the alias `myalias` to the image `some/image`: ```yaml -argocd-image-updater.argproj.io/image-list: myalias=some/image +argocd-image-updater.argoproj.io/image-list: myalias=some/image ``` Assigning an alias name to an image is necessary in these scenarios: -- cgit v1.2.3