serkan haytac
Search... ⌘K
All tags

Posts tagged 'til'

2 posts

3 min read

TIL - ArgoCD PR Previews: Use the Commit SHA, Not the PR Number

Why tagging Docker images with the PR number breaks ArgoCD preview deployments, and how head_short_sha_7 fixes it

Read more
3 min read

TIL -AWS has a nice api endpoint to get its ip ranges.

>> curl -s https://ip-ranges.amazonaws.com/ip-ranges.json | jq -r '.prefixes[] | select(.service=="EC2") | .ip_prefix'

Read more