A Chrome extension that displays Docker image versions for all ArgoCD applications using your existing browser session.
Hover over any app badge to see its Docker images and versions
- 🐳 View Docker Images: See all container images and their versions for each ArgoCD application
- 🔍 Search: Filter applications and images with real-time search
- 📋 Copy to Clipboard: One-click copy of full image references
- 🎨 Beautiful UI: Modern dark theme with gradient accents
- 🔐 Session-Based: Uses your existing ArgoCD session - no API tokens needed
- Open Chrome and navigate to
chrome://extensions/ - Enable Developer mode (toggle in the top-right corner)
- Click Load unpacked
- Select the
zargovfolder - The extension icon should appear in your toolbar
For easy access, click the puzzle piece icon in Chrome's toolbar and pin Zargov.
- Navigate to your ArgoCD dashboard in Chrome
- Click the Zargov extension icon
- View all applications and their Docker images
- Click on an application card to expand and see image details
- Use the search bar to filter by app name or image
- Click the copy button to copy full image references
Zargov detects when you're on an ArgoCD page and uses the ArgoCD REST API with your existing session cookies. This means:
- ✅ No API tokens or credentials required
- ✅ Uses your existing permissions
- ✅ Works with any ArgoCD installation
- ✅ Secure - no data leaves your browser
- Google Chrome (or Chromium-based browser)
- Access to an ArgoCD instance (must be logged in)
Make sure you're on a page that contains ArgoCD. The extension looks for ArgoCD indicators in the page.
- Verify you're logged into ArgoCD
- Check if ArgoCD API is accessible
- Try refreshing the ArgoCD page and reopening the extension
Some applications may not have container images if they only contain ConfigMaps, Secrets, or other non-container resources.
Zargov runs entirely in your browser:
- No data is sent to external servers
- No analytics or tracking
- All API calls use your existing session
MIT License
