index
:
argocd-image-updater.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
argocd
/
argocd.go
Age
Commit message (
Expand
)
Author
2025-01-14
Replace common constant references (#1011)
HEAD
master
Ishita Sequeira
2025-01-07
Move references for kube, image, registry to registry-scanner (#998)
Ishita Sequeira
2024-12-19
Update references of cache, env, health to use modules from registry-scanner ...
Ishita Sequeira
2024-12-16
Update references of pkg/tag pkg/log pkg/options to use modules from registry...
Ishita Sequeira
2024-12-12
Improve Application updates when write-back method is ArgoCD (#965)
Álvaro Aguilar-Tablada Espinosa
2024-11-08
fix: #896 App of apps being overwritten by image-updater (#918)
Cheng Fang
2024-10-14
chore: Address comments in PR #854 (#886)
Ishita Sequeira
2024-10-14
k8sClient get resources across all namespaces (#601) (#854)
Jort Koopmans
2024-08-30
fix: Multiple aliases for the same image only 1 parameter is updated (#846)
Cheng Fang
2024-08-13
feat!: Filter labels on the server instead of client to allow more label filt...
jnovick
2024-07-16
Use status instead of spec for determining source types (#772)
Jason Parraga
2024-07-10
feat: Support other namespaces than argocd in AIU (#763)
sribiere-jellysmack
2024-05-29
optimize code
Pasha Kostohrys
2024-05-29
fix: getHelmParamNamesFromAnnotation should take info from container image fo...
Pasha Kostohrys
2024-05-27
add: GetImagesAndAliasesFromApplication to retrieve images with aliases
David Vidal Villamide
2023-12-04
feat: multisource support (#636)
David Vidal Villamide
2023-07-30
chore: Update to newer argocd version for better API compatibility (#594)
Jesse Bye
2022-01-24
feat: support filtering apps by label in CLI (#368)
Jaideep Raghunath Rao
2022-01-19
refactor: Refactor logging to provide more context information (#357)
jannfis
2022-01-12
feat: Improve visibility for skipped apps (#344)
jannfis
2021-12-16
fix: assume kustomize application type if write back target is configured (#309)
noah
2021-12-16
fix: Invalid image reference format when using digest strategy with helm char...
Agorgianitis Loukas
2021-10-04
fix: multiple image with alias (#266)
Zhong, Ming-Xun
2021-09-09
fix: modify SetKustomizeImage logic when use alias-image (#251)
Yuta Nishimori
2021-08-02
chore: Upgrade Argo CD dependencies to v2.0.5 (#230)
jannfis
2021-04-26
fix : Images not updated if registry or repository is different with same ver...
noah
2021-04-15
fix: Correctly consider image with force-update set and semver strategy (#192)
noah
2021-04-13
feat: allow image updates to be forced if container not present #181 (#189)
noah
2021-03-29
feat: Introduce update strategy 'digest' (#176)
jannfis
2021-01-25
feat: support managing Application CRD using K8S client (#140) (#144)
Alexander Matyushentsev
2020-12-04
feat: Export Prometheus compatible metrics (#123)
jannfis
2020-09-22
fix: Application spec updates should be atomic (#86)
jannfis
2020-09-07
fix: Use default Helm parameter names if none given in annotations (#83)
jannfis
2020-08-19
feat: Allow filtering by application name (#66)
jannfis
2020-08-12
refactor: Move update logic to argocd package and provide more tests (#45)
jannfis
2020-08-12
refactor: Make ArgoCD client mockable and add unit tests (#44)
jannfis
2020-08-11
chore: Fix typos (#40)
jannfis
2020-08-10
refactor: Change methods to get target parameter annotations (#27)
jannfis
2020-08-08
enhancement: Allow storing metadata along with image tag information (#17)
jannfis
2020-08-06
refactor: Refactor few more methods and add more unit tests (#10)
jannfis
2020-08-06
refactor: Reduce ArgoCD client requests (#4)
jannfis
2020-08-04
Initial commit
jannfis