summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2024-11-04fix: log level for library from argocd (#913)Dong Wang
Signed-off-by: Dong Wang <wd@wdicc.com>
2024-10-14k8sClient get resources across all namespaces (#601) (#854)Jort Koopmans
Signed-off-by: Jort Koopmans <jort.koopmans@entrnce.com>
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-05feat: Sync namespace for Event to the Application namespace (#847) (#848)Jort Koopmans
Signed-off-by: Jort Koopmans <jort.koopmans@entrnce.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-19Fix issue regarding volume added in #710 (#750)Renaud Subiger
Signed-off-by: Renaud Subiger <renaud@subiger.com>
2024-06-18feat: Support for signing commits with gpg and ssh (#710)Dustin Lactin
Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
2023-08-15fix: tighten securityContext to comply with restricted PSS (#600)Takeo Sawada
makes argocd-image-updater compatible with restricted Pod Security Standard Signed-off-by: Takeo Sawada <myc.monad@gmail.com>
2023-07-09ci: Fix codegen and update kustomize to post-2.0 (#590)jannfis
* ci: Fix codegen Signed-off-by: jannfis <jann@mistrust.net> * Fix tar call Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
2023-07-05fix: git zombie processes left behind after periodic image updater runs (#584)Daniel Mavis
Signed-off-by: Daniel Mavis <daniel.mavis@faa.gov>
2022-03-12feat: Add configMap to allow define parameters for SSH client (#373)Marcio
2022-01-23fix(manifests): set deployment strategy to recreate to prevent concurrent ↵Nick
replicas (#364)
2022-01-07chore: Move container images to quay.io (#336)jannfis
* chore: Move container images to quay.io Signed-off-by: jannfis <jann@mistrust.net> * chore: Move container images to quay.io Signed-off-by: jannfis <jann@mistrust.net>
2021-06-11feat(manifests): add ssh volume mounts and volume (#212)spoukke
* feat(manifests): add ssh volume mounts and volume * feat(ssh-volume): add optionnal mount
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-03-26feat: #164 Send events on image change (#167)Miguel Ángel García
* Send events on image change * fix lints * fix the rest of lints * Addressing feedback: parameterize kubeEvents * small fixes * Running kustomize * try to fix the problem after running make manifests * Move the message to the correct place * reduce annotation size and randomness * Provide full image names as well * goimports/lint
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-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-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-08-24chore: Regenerate installation manifests (#70)jannfis
2020-08-24Secrets (#68)Michael Goodness
* fix(secrets): correct order of secret and namespace in errors Signed-off-by: Michael Goodness <michael.goodness@mlb.com> * chore(rbac): allow get/list/watch of secrets Signed-off-by: Michael Goodness <michael.goodness@mlb.com> * chore: rename rolebinding manifest Signed-off-by: Michael Goodness <michael.goodness@mlb.com>
2020-08-18fix: Use Kustomize v2 for manifest generation to support kubectl apply -k (#62)jannfis
* fix: Use Kustomize v2 for manifest generation to support kubectl apply -k * Adapt GH workflow to check for manifest changes * Fix curl flag * Download curl to appropriate location * Use bash shell for manifest generation
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-05Update installation manifests from codegenjannfis
2020-08-05Define more ArgoCD environment variablesjannfis
2020-08-05Mount registries.conf to /app/config/registries.conf in podjannfis
2020-08-04Fix namespace for Kustomize image specjannfis
2020-08-04Fix Docker image namespacejannfis
2020-08-04Initial commitjannfis