feat(argocd-image-updater): Add missing config map key for git commit-message-template (#986)
* [v0.2.2] Add missing config map key for git commit-message-template Signed-off-by: Niklas Jönsson <niklas@pej.se> * Sync some other things from upstream manifests Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Quote bools Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * fix: Rerun helm-docs Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
bdb42a55cc
commit
aa41896292
6 changed files with 101 additions and 11 deletions
|
|
@ -51,7 +51,7 @@ ArgoCD Image Updater natively supports the following registries (as mentioned in
|
|||
- GitHub Container Registry
|
||||
- GitHub Docker Packages
|
||||
|
||||
If you need support for ECR, you can reference [this issue](https://github.com/argoproj-labs/argocd-image-updater/issues/112) for configuration.
|
||||
If you need support for ECR, you can reference [this issue](https://github.com/argoproj-labs/argocd-image-updater/issues/112) for configuration. You can use the `authScripts` values to configure the scripts that are needed to authenticate with ECR.
|
||||
|
||||
The `config.registries` value can be used exactly as it looks in the documentation as it gets dumped directly into a configmap in this chart.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue