summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-12-23docs: Fixed ConfigMap name (#325)Martin Markó
The docs mentioned `argocd-image-updater-cm` while the correct name is `argocd-image-updater-config`
2021-12-18docs: Fixed typo (#324)Martin Markó
The code block used `gcr` for GitHub Container Registry, changed them to `ghcr`
2021-11-10docs: Update quoted true, false in configmap (#298)manivannan-g
The non-quoted true, false variable assignment in the `argocd-image-updater-config` ConfigMap is causing failures. Quoted them now.
2021-09-28docs: Correct metrics port in docs (#262)Mubarak Jama
2021-08-20docs: kustomize.image_name -> kustomize.image-name (#241)Roberto Rivera
2021-08-02docs: Use versioned installation manifests in install docs (#233)jannfis
* docs: Use versioned installation manifests in install docs Signed-off-by: jannfis <jann@mistrust.net> * docs: Use versioned installation manifests in install instructions Signed-off-by: jannfis <jann@mistrust.net>
2021-08-02docs: Mention support channels and some fixes (#232)jannfis
* docs: Mention support channels and some fixes Signed-off-by: jannfis <jann@mistrust.net> * docs: Mention support channels and some fixes Signed-off-by: jannfis <jann@mistrust.net>
2021-08-02chore: Fix readthedocs builds (#231)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2021-07-06Update start.md (#225)Joe Bowbeer
2021-05-11feat: allow write-back to actual kustomization files (#200)noah
* feat: allow write-back to actual kustomization files #199 * fix: was not handling default path correctly default is the source path * fix: sort imports
2021-05-03docs: fix document (#201)kanata
2021-04-14feat: Allow setting custom Git commit messages (#193)jannfis
* feat: Support Git commit message templates Signed-off-by: jannfis <jann@mistrust.net> * More templating Signed-off-by: jannfis <jann@mistrust.net> * Update Signed-off-by: jannfis <jann@mistrust.net> * Make TemplateCommitMessage public Signed-off-by: jannfis <jann@mistrust.net> * Update Signed-off-by: jannfis <jann@mistrust.net> * Update Signed-off-by: jannfis <jann@mistrust.net> * Introduce git.CommitOptions{} Signed-off-by: jannfis <jann@mistrust.net> * Update documentation for commit message templates Signed-off-by: jannfis <jann@mistrust.net> * Add unit tests Signed-off-by: jannfis <jann@mistrust.net> * Update manifests Signed-off-by: jannfis <jann@mistrust.net> * Fix typo in docs Signed-off-by: jannfis <jann@mistrust.net> * Fix linter issues Signed-off-by: jannfis <jann@mistrust.net> * Fix linter issues Signed-off-by: jannfis <jann@mistrust.net>
2021-04-13docs: Clarify how to override kustomize image names (#191)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2021-04-13feat: allow image updates to be forced if container not present #181 (#189)noah
* allow image updates to be forced if container not present #181 * explain new code, refactor image parsing and test
2021-03-30docs: Update strategy docs (#178)jannfis
* docs: Some updates to strategy docs Signed-off-by: jannfis <jann@mistrust.net> * docs: Some updates to strategy docs Signed-off-by: jannfis <jann@mistrust.net> * spelling Signed-off-by: jannfis <jann@mistrust.net>
2021-03-29feat: Introduce update strategy 'digest' (#176)jannfis
* feat: Introduce update strategy 'digest' Signed-off-by: jannfis <jann@mistrust.net> * Update tests Signed-off-by: jannfis <jann@mistrust.net> * Set dummy digest for update strategy 'digest' Signed-off-by: jannfis <jann@mistrust.net> * Update docs Signed-off-by: jannfis <jann@mistrust.net> * Update spelling Signed-off-by: jannfis <jann@mistrust.net>
2021-03-20docs: Update documentation regarding Git write-back (#166)jannfis
2021-01-31feat: Allow setting Git user and e-mail for commits (#153)jannfis
* feat: Allow setting Git user and e-mail for commits Signed-off-by: jannfis <jann@mistrust.net> * Also allow setting git.user and git.email from configmap * Update docs to include information about Git commit author Signed-off-by: jannfis <jann@mistrust.net> * Update spelling * Add some unit tests Signed-off-by: jannfis <jann@mistrust.net> * Fix linter Signed-off-by: jannfis <jann@mistrust.net>
2021-01-27docs: Reflect current status in README and docs (#146)jannfis
* docs: Update README to reflect current situation Signed-off-by: jannfis <jann@mistrust.net> * Also update the docs
2021-01-26refactor: make argocd-image-updater-config volume mapping optional (#145)Alexander Matyushentsev
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-01-25feat: support managing Application CRD using K8S client (#140) (#144)Alexander Matyushentsev
* feat: support managing Application CRD using K8S client (#140) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> * apply review notes Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-01-22feat: Allow reuse of Argo CD repo credentials (#141)Alexander Matyushentsev
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2020-12-20docs: Improve documentation (#134)jannfis
* docs: Improve documentation * Spelling * Spelling
2020-12-20feat: Git write-back of parameters (#133)jannfis
* feat: Initial support for persisting changes in Git Signed-off-by: jannfis <jann@mistrust.net> * Fix unit test Signed-off-by: jannfis <jann@mistrust.net> * Fix up some stuff Signed-off-by: jannfis <jann@mistrust.net> * More tests and fix mocks Signed-off-by: jannfis <jann@mistrust.net> * Spellings * Spellings * Spellings * Fix lint Signed-off-by: jannfis <jann@mistrust.net> * Disable GPG tests * Typo * Exclude ext code from tests
2020-12-06docs: Warning about latest update strategy with Docker Hub (#129)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2020-12-06docs: Update documentation (#128)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2020-12-04feat: Support for expiring credentials (#124)jannfis
* feat: Support for expiring credentials Signed-off-by: jannfis <jann@mistrust.net> * Update spelling Signed-off-by: jannfis <jann@mistrust.net>
2020-12-04feat: Export Prometheus compatible metrics (#123)jannfis
* feat: Export Prometheus compatible metrics Signed-off-by: jannfis <jann@mistrust.net> * adapt spelling action configuration Signed-off-by: jannfis <jann@mistrust.net> * adapt spelling action configuration Signed-off-by: jannfis <jann@mistrust.net>
2020-09-27refactor: Introduce allow-tags and deprecate tag-match annotation (#103)jannfis
2020-09-27feat: Allow ignoring set of tags (#101)jannfis
* feat: Allow ignoring set of tags * Fix a typo in symbol name * Rename symbol * err must be nil; also print trace message * Update documentation * Update documentation * String is already trimmed
2020-09-26feat: Allow setting log level from configmap (and environment) (#100)jannfis
* feat: Allow setting log level from configmap (and environment) Also, updates getting started docs. * Update manifests
2020-09-25feat: Support for GitHub Container Registry (ghcr.io) (#96)jannfis
* feat: Support for GitHub Container Registry (ghcr.io) * We now have 5 default registries instead of 4 * Add ghcr to allowed words for spelling
2020-09-24feat: Allow configuration of default namespace for registries (#91)jannfis
* feat: Allow configuration of default namespace for registries * Include defaultns
2020-09-22feat: Allow insecure TLS connections to registries (#87)jannfis
2020-09-02docs: Document new behaviour of update strategy latest (#79)jannfis
* Update CHANGELOG * Bump version in master branch * Bump version * docs: Reflect new behaviour of update strategy 'latest' * docs: Update CHANGELOG
2020-08-29Documentation for Windows developers (#78)kwsorensen
* documentation for Windows developers * typo fix
2020-08-26docs: Update docs and README (#74)jannfis
* docs: Update docs and README * fix typo * Two - not three - core limitations
2020-08-19docs: Update Changelog and also document command line usage (#67)jannfis
* docs: Update Changelog and also document command line usage * typos & white list * hmpf
2020-08-16docs: Some clarifications about Git write back (#58)jannfis
2020-08-16docs: Update documentation about container registries (#57)jannfis
* docs: Update documentation regarding registry configuration * Add GitHub registry to list of supported registries
2020-08-14docs: Document pull secrets per image (#53)jannfis
* docs: Document pull secrets per image * fix typo
2020-08-13docs: Update docs to include new tag filter feature (#50)jannfis
* docs: Update docs to include new tag filter feature * Allow "misconfigured" in spell checker
2020-08-12refactor: Move update logic to argocd package and provide more tests (#45)jannfis
* refactor: Move update logic to argocd package and provide more tests * Fix typos
2020-08-11chore: Fix typos (#40)jannfis
2020-08-11docs: Remove Typo (#34)Zefool
2020-08-10docs: Document latest features (#29)jannfis
* docs: Reflect latest changes in docs * Updates * Update docs
2020-08-09docs: Rename "ArgoCD" to "Argo CD" (#24)jannfis
2020-08-07enhancement: Provide new "run" and "version" commands to the CLI (#14)jannfis
* enhancement: Provide new "run" and "version" commands to the CLI * Also update new usage in the docs * Also update manifests
2020-08-05Add instructions for configuring ArgoCD endpoint via CMjannfis
2020-08-05Add contribution docsjannfis