@@ -34,6 +34,8 @@ Specifies the Kubernetes namespace in which Argo CD Image Updater will manage Ar
3434
3535API kind that is used to manage Argo CD applications ('kubernetes' or 'argocd') (default "kubernetes")
3636
37+ Can also be set using the * APPLICATIONS_API* environment variable.
38+
3739** --argocd-auth-token * token* **
3840
3941Use * token* for authenticating to the Argo CD API. This token must be a base64
@@ -83,6 +85,8 @@ Can also be set using the *ARGOCD_SERVER* environment variable.
8385
8486Disable kubernetes events
8587
88+ Can also be set with the * IMAGE_UPDATER_KUBE_EVENTS* environment variable.
89+
8690** --disable-kubernetes**
8791
8892If running locally, and you do not have a working connection to any Kubernetes
@@ -99,6 +103,8 @@ to workloads it found in need for upgrade.
99103
100104E-Mail address to use for Git commits (default "
[email protected] ")
101105
106+ Can also be set using the * GIT_COMMIT_EMAIL* environment variable.
107+
102108** --git-commit-message-path * path* **
103109
104110Path to a template to use for Git commit messages (default "/app/config/commit.template")
@@ -107,14 +113,24 @@ Path to a template to use for Git commit messages (default "/app/config/commit.t
107113
108114Whether to sign-off git commits
109115
116+ ** --git-commit-signing-key * key* **
117+
118+ GnuPG key ID or path to Private SSH Key used to sign the commits
119+
120+ Can also be set using the * GIT_COMMIT_SIGNING_KEY* environment variable.
121+
110122** --git-commit-signing-method * method* **
111123
112124Method used to sign Git commits ('openpgp' or 'ssh') (default "openpgp")
113125
126+ Can also be set using the * GIT_COMMIT_SIGNING_METHOD* environment variable.
127+
114128** --git-commit-user * user* **
115129
116130Username to use for Git commits (default "argocd-image-updater")
117131
132+ Can also be set using the * GIT_COMMIT_USER* environment variable.
133+
118134** --health-port * port* **
119135
120136Specifies the local port to bind the health server to. The health server is
0 commit comments