summaryrefslogtreecommitdiff
path: root/pkg/kube
AgeCommit message (Collapse)Author
2025-01-07Move references for kube, image, registry to registry-scanner (#998)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-09-05feat: Sync namespace for Event to the Application namespace (#847) (#848)Jort Koopmans
Signed-off-by: Jort Koopmans <jort.koopmans@entrnce.com>
2021-12-16feat: Enable auth plugins for Kubernetes client (#307)Vincent van Dam
* Enable auth plugins * Run go mod tidy
2021-08-02chore: Upgrade Argo CD dependencies to v2.0.5 (#230)jannfis
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-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-30refactor: Rename package client to kube (#135)jannfis
Signed-off-by: jannfis <jann@mistrust.net>