summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2025-01-10Update reference.md to fix argument name (#1005)LGov
Signed-off-by: LGov <lgo@apache.org>
2025-01-09docs: correct formatting issues (#983)Kevin Johnson
Signed-off-by: Kevin Johnson <kj800x@gmail.com>
2025-01-07chore(doc): add description of DCO requirement in contributing.md; remove ↵Cheng Fang
specific version from Golang the required tool (#999)
2024-12-24chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs (#982)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23fix: wrong checkout command in documentation (#894)pasha-codefresh
Signed-off-by: Pasha Kostohrys <pavel@codefresh.io>
2024-09-11fix: missing namespace on clusterrolebinding in install manifests (#860)Cheng Fang
Signed-off-by: Cheng Fang <cfang@redhat.com> Co-authored-by: Jann Fischer <jann@mistrust.net>
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-14docs: added release process (#827)Kostis (Codefresh)
Signed-off-by: Kostis Kapelonis <kostis@codefresh.io>
2024-08-13feat!: Filter labels on the server instead of client to allow more label ↵jnovick
filtering options (#832) Signed-off-by: Joshua Novick <joshua.novick@hunters.ai>
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-06-26Update update.md: Fix broken links (#758)Ileriayo Adebiyi
Signed-off-by: Ileriayo Adebiyi <ileriayoadebiyi@gmail.com>
2024-06-21fix: fixed path for ssh signing key, error mounting in another volume (#753)Dustin Lactin
Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
2024-06-18feat: Support for signing commits with gpg and ssh (#710)Dustin Lactin
Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
2024-06-17chore(deps): bump jinja2 from 3.0.3 to 3.1.4 in /docs (#714)dependabot[bot]
* chore(deps): bump jinja2 from 3.0.3 to 3.1.4 in /docs Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade mkdocs to 1.3.0, and mkdocs-material to 7.1.8 in docs/requirements.txt to work with jinja2 3.1.4 Signed-off-by: Cheng Fang <cfang@redhat.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Cheng Fang <cfang@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cheng Fang <cfang@redhat.com>
2024-05-17Merge pull request #595 from argoproj-labs/dependabot/pip/docs/pygments-2.15.0pasha-codefresh
chore(deps): bump pygments from 2.7.4 to 2.15.0 in /docs
2024-05-17Merge branch 'master' into dependabot/pip/docs/pygments-2.15.0pasha-codefresh
2024-05-17Merge branch 'master' into patch-1pasha-codefresh
2024-05-16Merge branch 'master' into patch-1Ileriayo Adebiyi
2024-05-16Update installation.mdIleriayo Adebiyi
Signed-off-by: Ileriayo Adebiyi <ileriayoadebiyi@gmail.com>
2024-05-07fix pathFluder-Paradyne
Signed-off-by: Fluder-Paradyne <121793617+Fluder-Paradyne@users.noreply.github.com>
2024-02-22Update images.md4TT1L4
Fixed typo
2023-12-07feat: add support for separate GitHub app credentials (#649)Dustin Lactin
* feat: add support for separate GitHub app credentials stored as Kubernetes secrets Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> * test: added tests for consuming GitHub app credentials from a secret Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> * fix: added GitHub App placeholder words to expect.txt Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> * fix: checking for errors when converting GitHub App and Installation IDs Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> * fix: added more descriptive error messages for string-to-number conversions Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com> --------- Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
2023-12-04chore(deps): bump pygments from 2.7.4 to 2.15.0 in /docsdependabot[bot]
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.7.4...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04feat: multisource support (#636)David Vidal Villamide
* change: update argocd library from 2.7.9 to 2.8.4 for future multisource support Signed-off-by: David Vidal Villamide <david@askharilabs.com> * feat: added support for multisource applications. Signed-off-by: David Vidal Villamide <david@askharilabs.com> * feat: added multisource support to Git WriteBack method Signed-off-by: David Vidal Villamide <david@askharilabs.com> * changed: all Spec.Source references to enable multisource support Signed-off-by: David Vidal Villamide <david@askharilabs.com> * feat: added multisource support for write back method fix: pointer management at getApplicationSource function Signed-off-by: David Vidal Villamide <david@askharilabs.com> * feat: added write-back-target prefix to allow the use of values.yaml files These changes intend to add support for write-back-method git on multisource applications based on Helm sources and value files as Helm does. Also we tried to keep the same coding patterns and the previous features and flows untouched. Signed-off-by: David Vidal Villamide <david@askharilabs.com> * add: helmvalues word to expected dictionaries for check spelling tests Signed-off-by: David Vidal Villamide <david@askharilabs.com> * fix: readthedocs build.os parameter added and set to ubuntu-22.04 Signed-off-by: David Vidal Villamide <david@askharilabs.com> * fix: build.tools.python set to version 3.12 to create documentation Signed-off-by: David Vidal Villamide <david@askharilabs.com> * test: dded coverage for all the new code Signed-off-by: David Vidal Villamide <david@askharilabs.com> * fix: get image and tag parameter from getHelmParameterNamesFromAnnotation fix: set default values for image and tag parameters change: get application source type from Spec intead of Status values Signed-off-by: David Vidal Villamide <david@askharilabs.com> --------- Signed-off-by: David Vidal Villamide <david@askharilabs.com>
2023-08-15feat: Add possibility to specify write-back GIT repository as annotation (#424)Florin Hillebrand
* Add possibility to specify write-back GIT repository as annotation. Signed-off-by: flozzone <flozzone@gmail.com> * Update golangci-lint to 1.52.2. Signed-off-by: flozzone <flozzone@gmail.com> * Replace deprecated golangci linters with 'unused' linter. Signed-off-by: flozzone <flozzone@gmail.com> * Fix Goimport issues. Signed-off-by: flozzone <flozzone@gmail.com> --------- Signed-off-by: flozzone <flozzone@gmail.com>
2023-07-08docs: Fixed typo (#589)Yuki Nakamura
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: Examples for semver and digest update strategy (#507)David Flores
Proposal examples to use semver and digest update strategy
2023-06-08docs: Name strategy regexp in example need to be corrected (#534)Rajesh
Name strategy among Update strategies, have its example have a wrong regexp. Need correction to match format mentioned in last line `YYYY-MM-DD`. Current one is this format YYYY-MMDD (which is not what, doc wish to show)
2023-06-08docs(registries): add env example (#555)MichaelKo
Signed-off-by: Viacheslav Sychov <viacheslav.sychov@gmail.com>
2022-12-24chore: Fix building readthedocs (#509)jannfis
Signed-off-by: jannfis <jann@mistrust.net> Signed-off-by: jannfis <jann@mistrust.net>
2022-11-17docs: Add missing word (#472)Sondre Lillebø Gundersen
2022-11-15build: preview docs locally (#470)Kostis (Codefresh)
Signed-off-by: Kostis Kapelonis <kostis@codefresh.io> Signed-off-by: Kostis Kapelonis <kostis@codefresh.io>
2022-11-15docs: Fix dead links (#434)claudex
2022-11-15docs: Added warning about existing tag in semver (#471)Kostis (Codefresh)
Signed-off-by: Kostis Kapelonis <kostis@codefresh.io> Signed-off-by: Kostis Kapelonis <kostis@codefresh.io>
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-07-20fix: Doc error --docker-server (#442)Nicholas Hawkes
2022-07-20docs: Fix the wrong flag for the argocd-image-updater (#448)Rick
2022-07-20feat: Rename confusing update strategies (#456)Jaideep Rao
* rename strategies * update docs
2022-03-25chore: Fix mkdocs requirements (#409)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
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-24feat: support filtering apps by label in CLI (#368)Jaideep Raghunath Rao
2022-01-22fix: Use existing registry requests failed metric (#362)Paco Guzmán
Point to the existing metric on the documentation and on the grafana dashboard example
2022-01-19docs: Fix inconsistency in the documentation on git write-back credentials ↵Park Junwoo
(#356)
2022-01-14chore(deps): bump mkdocs from 1.1.2 to 1.2.3 in /docs (#347)dependabot[bot]
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1.2 to 1.2.3. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.1.2...1.2.3) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
2022-01-06docs: The docs for update-strategies were missing one word (#332)atarax
Co-authored-by: cite <cite@animals.atarax.me>