Commit Graph

8 Commits

Author SHA1 Message Date
gilgamezh 9821c67e72 add flaresolverr 2025-08-30 13:12:19 +02:00
gilgamezh b611c1ffad feat: complete ArgoCD migration for Radarr and Sonarr with lessons learned
- Fix ArgoCD multi-source applications (remove conflicting source: section)
- Restore original volume mount configuration using plex-data PVC
- Update ingress class from nginx to traefik for K3s compatibility
- Remove unnecessary compatibility patches (myvolume PVC)
- Document comprehensive ArgoCD migration guidelines in CLAUDE.md
- Add chart-specific configuration patterns for Bananaspliff charts
- Include pre/post migration checklists and verification commands

Both applications now working exactly as before migration with:
- Original service ports (Radarr:7878, Sonarr:8989)
- Complete access to existing configurations and databases
- External accessibility via radarr.gilgamezh.me and sonarr.gilgamezh.me
- Automatic image updates enabled for latest tag tracking

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 18:15:23 +02:00
gilgamezh 06e284a1e0 feat: add Radarr and Sonarr GitOps applications
- Add Radarr and Sonarr ArgoCD Applications with auto-image updates
- Update image tags from pinned versions to latest for auto-updates
- Configure Bananaspliff charts with existing configurations
- Enable GitOps workflow with digest strategy for latest tag tracking
- Radarr: ghcr.io/linuxserver/radarr:5.26.2 -> latest
- Sonarr: ghcr.io/linuxserver/sonarr:4.0.15 -> latest

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 17:44:32 +02:00
gilgamezh 53d9fb3a6e feat: configure Plex for automatic latest image updates
- Change Plex image tag from 1.41.8 to latest for auto-updates
- Switch ArgoCD Image Updater strategy to 'digest' for latest tag tracking
- Enables automatic detection of newer Plex versions
- Tests complete GitOps workflow with image auto-updates

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 17:35:39 +02:00
gilgamezh cfb30912b0 fix: use multi-source ArgoCD Application for Plex
- Separate chart source (kube-plex) and values source (turingpi)
- Deploy to default namespace where existing PVCs are located
- Use complete plex_values.yml for proper GPU and persistence config
- Fixes storage class and duplicate port issues
2025-08-15 17:28:00 +02:00
gilgamezh 52366f3812 fix: use separate kube-plex repository for GPU-enabled chart
- Point ArgoCD to dedicated kube-plex repository in Gitea
- Ensures GPU support changes are available to ArgoCD
- Separates chart from main configuration repository
2025-08-15 17:26:32 +02:00
gilgamezh 2e513d155d fix: use local kube-plex repository with GPU support
- Switch from upstream kube-plex to our local version in Gitea
- Ensures GPU support changes are preserved in GitOps workflow
- Fixes ArgoCD Application source path
2025-08-15 17:21:01 +02:00
gilgamezh 97329837d4 Add Plex GitOps application for automatic image updates
- Create organized directory structure (applications/, helm-values/)
- Add ArgoCD Application manifest for Plex with image auto-updater
- Configure automatic upgrade detection from current 1.41.8 to latest
- Enable Git write-back for GitOps workflow
- Use existing kube-plex chart with LinuxServer Plex image

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 17:17:41 +02:00