File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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|
You can’t perform that action at this time.
0 commit comments