summaryrefslogtreecommitdiff
path: root/docs/configuration
AgeCommit message (Collapse)Author
2024-09-05docs: use the correct annotation name platforms instead of platform; fix ↵Cheng Fang
link to registries.md; improve table formatting (#856) Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-08-07docs: fix grammatical errors (#807)Dan Plamadeala
Signed-off-by: Dan Plamadeala <cornul11@gmail.com>
2024-06-26Documentation: ArgoCD apps in any namespace incompatibility (#541)Sean Morton
Signed-off-by: Sean Morton <seanmorton@hey.com>
2024-02-22Update images.md4TT1L4
Fixed typo
2023-07-05docs: replace <image_name> by <image_alias> (#581)Abdellah derfoufi
Co-authored-by: Abdellah Derfoufi <mohammed-abdellah.derfoufi@capgemini.com>
2023-06-08docs(registries): add env example (#555)MichaelKo
Signed-off-by: Viacheslav Sychov <viacheslav.sychov@gmail.com>
2022-11-15fix: update application config sample & replace the deprecated ioutil pkg (#492)YTCai
* docs: update application config sample Signed-off-by: CaiYueTing <qazxcv367tasi@gmail.com> * fix: use os read/write instead of deprecated ioutil read/write package Signed-off-by: CaiYueTing <qazxcv367tasi@gmail.com> * fix: use io, os pkg instead of all of the ioutil pkg Signed-off-by: CaiYueTing <qazxcv367tasi@gmail.com> Signed-off-by: CaiYueTing <qazxcv367tasi@gmail.com>
2022-03-13docs: Refactor docs (#398)jannfis
* docs: Refactor docs Signed-off-by: jannfis <jann@mistrust.net> * Fix spelling Signed-off-by: jannfis <jann@mistrust.net> * Fix spelling Signed-off-by: jannfis <jann@mistrust.net> * Sort expect Signed-off-by: jannfis <jann@mistrust.net>
2022-03-12docs: Add digest update strategy (#389)Joe Bowbeer
* docs: Add digest update strategy * docs: Add digest update strategy * docs: Add digest update strategy
2022-01-29feat: Support app-wide update-strategy annotations (#338)Jan Pieper
* feat: support app-wide update-strategy annotations * refactor: rename constants for pull-secret annotations
2022-01-19docs: Fix inconsistency in the documentation on git write-back credentials ↵Park Junwoo
(#356)
2022-01-07feat: add ability to specify a different write and base branch (#304)Nick
* add ability to specify a different write and base branch * format/spelling * add sha1 to template and truncate branch name length * add hasher error checking * document * spelling * correction to template docs * use sha256 and add warning to truncation * condense annotations into one * add some tests * add docs on omitting base branch
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-08-20docs: kustomize.image_name -> kustomize.image-name (#241)Roberto Rivera
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-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-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-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-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-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-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-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-04Initial commitjannfis