devtron
devtron copied to clipboard
Bug: Issues with external builds
📜 Description
Few issues are there with external builds
👟 Reproduction steps
- Create a pipeline with external builds
- Attach it to env which is created on cluster no longer accessible from devtron and set the deployment to auto
- Hit the curl request with some image
- Repeat step 3 with same image
👍 Expected behavior
- Curl request should be successful and there shouldn't be any error
- If the curl request has same image which is already present, it should throw an error
👎 Actual Behavior
- Curl request to image shows an error because it is attached to an env no longer working
- Curl request with same image is also successful and available as latest image which can cause multiple issues
☸ Kubernetes version
EKS 1.26
Cloud provider
AWS
🌍 Browser
Chrome
🧱 Your Environment
No response
✅ Proposed Solution
No response
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find any similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
AB#4875