Skip to content

Commit 975081e

Browse files
authored
chore(docs): document all supported application annotations (#1156)
Signed-off-by: Christopher Coco <chriscoco1205@gmail.com>
1 parent e7610bf commit 975081e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/configuration/images.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,3 +484,16 @@ prefixed with `argocd-image-updater.argoproj.io/`.
484484
|`allow-tags`|A function to match tag names from the registry against to be considered for update|
485485
|`ignore-tags`|A comma-separated list of glob patterns that when matched, ignore a certain tag from the registry|
486486
|`pull-secret`|A reference to a secret to be used as registry credentials for this image|
487+
488+
### <a name="appendix-defaults"></a>Application update configurations
489+
490+
If you would like to change settings related to write-backs the
491+
following annotations are available. Please note, all annotations must be
492+
prefixed with `argocd-image-updater.argoproj.io`.
493+
494+
|Annotation name|Description|
495+
|-------------- |-----------|
496+
|`write-back-method`|The method used for writing back updates. Either can be `argocd` (imperative) or `git` (declarative)|
497+
|`write-back-target`|The target used for writing back updates. Either can be `kustomization` (For kustomize) or `helmvalues` (For helm)|
498+
|`git-branch`|Specify the branch in which updates will be wrote to|
499+
|`git-repository`|A URL to a git repository. If provided will override the RepoURL that is provided to the ArgoCD application|

0 commit comments

Comments
 (0)