Remove argocd-image-updater annotations

This commit is contained in:
gilgamezh
2026-01-10 17:29:53 +01:00
parent 1fdd7c1b25
commit 0fcada7d14
6 changed files with 0 additions and 30 deletions
-5
View File
@@ -4,11 +4,6 @@ metadata:
name: ollama name: ollama
namespace: argocd namespace: argocd
annotations: annotations:
argocd-image-updater.argoproj.io/image-list: ollama=ollama/ollama:latest
argocd-image-updater.argoproj.io/ollama.update-strategy: digest
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/ollama.helm.image-name: image.repository
argocd-image-updater.argoproj.io/ollama.helm.image-tag: image.tag
spec: spec:
project: default project: default
sources: sources:
-5
View File
@@ -5,13 +5,8 @@ metadata:
namespace: argocd namespace: argocd
annotations: annotations:
# Enable automatic image updates for Plex # Enable automatic image updates for Plex
argocd-image-updater.argoproj.io/image-list: plex=linuxserver/plex:latest
# Use digest strategy to track latest tag updates # Use digest strategy to track latest tag updates
argocd-image-updater.argoproj.io/plex.update-strategy: digest
# Write changes back via ArgoCD API (multi-source friendly) # Write changes back via ArgoCD API (multi-source friendly)
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/plex.helm.image-name: image.repository
argocd-image-updater.argoproj.io/plex.helm.image-tag: image.tag
spec: spec:
project: default project: default
sources: sources:
-5
View File
@@ -4,11 +4,6 @@ metadata:
name: prowlarr name: prowlarr
namespace: argocd namespace: argocd
annotations: annotations:
argocd-image-updater.argoproj.io/image-list: prowlarr=lscr.io/linuxserver/prowlarr:latest
argocd-image-updater.argoproj.io/prowlarr.update-strategy: digest
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/prowlarr.helm.image-name: image.repository
argocd-image-updater.argoproj.io/prowlarr.helm.image-tag: image.tag
spec: spec:
project: default project: default
source: source:
-5
View File
@@ -5,13 +5,8 @@ metadata:
namespace: argocd namespace: argocd
annotations: annotations:
# Enable automatic image updates for Radarr # Enable automatic image updates for Radarr
argocd-image-updater.argoproj.io/image-list: radarr=ghcr.io/linuxserver/radarr:latest
# Use digest strategy to track latest tag updates # Use digest strategy to track latest tag updates
argocd-image-updater.argoproj.io/radarr.update-strategy: digest
# Write changes back via ArgoCD API (multi-source friendly) # Write changes back via ArgoCD API (multi-source friendly)
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/radarr.helm.image-name: image.repository
argocd-image-updater.argoproj.io/radarr.helm.image-tag: image.tag
spec: spec:
project: default project: default
sources: sources:
-5
View File
@@ -5,13 +5,8 @@ metadata:
namespace: argocd namespace: argocd
annotations: annotations:
# Enable automatic image updates for Sonarr # Enable automatic image updates for Sonarr
argocd-image-updater.argoproj.io/image-list: sonarr=ghcr.io/linuxserver/sonarr:latest
# Use digest strategy to track latest tag updates # Use digest strategy to track latest tag updates
argocd-image-updater.argoproj.io/sonarr.update-strategy: digest
# Write changes back via ArgoCD API (multi-source friendly) # Write changes back via ArgoCD API (multi-source friendly)
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/sonarr.helm.image-name: image.repository
argocd-image-updater.argoproj.io/sonarr.helm.image-tag: image.tag
spec: spec:
project: default project: default
sources: sources:
-5
View File
@@ -4,11 +4,6 @@ metadata:
name: transmission name: transmission
namespace: argocd namespace: argocd
annotations: annotations:
argocd-image-updater.argoproj.io/image-list: transmission=haugene/transmission-openvpn:latest
argocd-image-updater.argoproj.io/transmission.update-strategy: digest
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/transmission.helm.image-name: image.repository
argocd-image-updater.argoproj.io/transmission.helm.image-tag: image.tag
spec: spec:
project: default project: default
sources: sources: