Not able to see commits, throwing exit status 128
1. Save the Git Repository Again Wait for few minutes and check the build pipeline if commits are visible or not
2. Check git sensor pod logs
- kubectl logs -n devtroncd -l app=git-sensor
If you still get the same issue, try to bounce the pod and save the git repository again
- kubectl delete po -n devtroncd -l app=git-sensor
3. Try to clone the git repository with the token you have added for Git Account
In case the cloning fails, you can generate the token, update the Git account in Global Configurations, and try to save the git repository again.
Related Articles
Git-sensor PVC- disk full
Need to increase the PVC size if you are getting following error: Need to check the Storageclass by which PVC was provisioned. Run the following command: kubectl get storageclass Check for the field allowVolumeExpansion, if it is set to true, run the ...
How to resolve if Deployment Status shows Failed or Degraded when you pull images from private container registry
If the deployment status shows Failed or Degraded, then the cluster is not able to pull container image from the private registry. In that case, the status of pod shows ImagePullBackOff. The failure of deployment can be one of the following reasons: ...
Devtron Enterprise DT-33 Release Note
The latest release of Devtron is here, with new features and enhancements. Here's a summary of the DT-33 release and related updates. Highlights: Exception in Configuration Approval Policies (Beta) When urgent releases are needed, teams often face ...
Refreshing ArgoCD Certificates When Expired
1. Edit ArgoCD Secret Use kubectl edit to edit the ArgoCD secret in the appropriate namespace (devtroncd in this case). Find the data section and delete the lines for tls.crt and tls.key: kubectl edit secret argocd-secret -n devtroncd 2. Delete Lines ...
Devtron Enterprise DT-32 Release Note
The latest release of Devtron is here, with new features and enhancements. Here's a summary of the DT-32 release and related updates. Highlights: Application Templates Devtron is introducing Application Templates, a feature that allows users to ...