You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this project, but I am not able to get it working. I am trying to run a local K8s cluster with ArgoCD and Kubechecks, connected to a self-hosted GitLab instance. Kubechecks is able to receive the webhook and comment on the MR, but it never finds the applications.
Are applications which just reference external helm charts supported? E.g.
but the merge request event always ends in something like
7:34PM INF repo has been cloned
7:34PM DBG building command args=["symbolic-ref","refs/remotes/origin/HEAD","--short"]
7:34PM DBG building command args=["merge","origin/aaaa"]
7:34PM DBG building command args=["diff","--name-only","origin/main"]
7:34PM DBG Changed files: bitnami-nginx.yaml event_id=3 repo=test-kubechecks
7:34PM DBG using the argocd matcher
7:34PM DBG looking for https://[email protected]/.../test-kubechecks repos
7:34PM DBG mapped apps app_dirs=0 app_files=0 apps=0
7:34PM DBG creating fs for /tmp/kubechecks-repo-709709395
7:34PM DBG following kustomize apps
7:34PM DBG mapped apps app_dirs=0 app_files=0 apps=0
7:34PM DBG looking for https://[email protected]/.../test-kubechecks repos
7:34PM DBG found 0 appSets
7:34PM DBG checking 1 changes
7:34PM DBG change: bitnami-nginx.yaml
7:34PM DBG matched 1 files into 0 apps
7:34PM DBG checking 1 changes type=applicationsets
7:34PM DBG change: bitnami-nginx.yaml
7:34PM DBG matched 1 files into 0 appset source=appset_directory
7:34PM DBG Affected apps: [] event_id=3 repo=test-kubechecks
7:34PM DBG Affected appSets: [] event_id=3 repo=test-kubechecks
7:34PM DBG Tidying outdated comments
7:34PM DBG hiding outdated comments
7:34PM INF No affected apps or appsets, skipping event_id=3 repo=test-kubechecks
I tried various naming, subfolders etc.
Any idea what am I doing wrong? Or is this just not supported? In all of the examples I saw that the helm chart was placed in the same repository as the ArgoCD Application manifest, but I did not find any clear instructions whether a naming convention needs to be followed.
The text was updated successfully, but these errors were encountered:
Hi,
I really like this project, but I am not able to get it working. I am trying to run a local K8s cluster with ArgoCD and Kubechecks, connected to a self-hosted GitLab instance. Kubechecks is able to receive the webhook and comment on the MR, but it never finds the applications.
Are applications which just reference external helm charts supported? E.g.
Also, do I have to have a specific folder structure or naming of the application manifests files?
I am using this config
It seems the app is found during Kubechecks startup
but the merge request event always ends in something like
I tried various naming, subfolders etc.
Any idea what am I doing wrong? Or is this just not supported? In all of the examples I saw that the helm chart was placed in the same repository as the ArgoCD Application manifest, but I did not find any clear instructions whether a naming convention needs to be followed.
The text was updated successfully, but these errors were encountered: