argocd image updater

This commit is contained in:
2024-05-14 21:28:40 +02:00
parent 0202413579
commit 5023029f9f
3 changed files with 13 additions and 24 deletions

View File

@ -11,10 +11,20 @@ resources:
- applications
# Base functionality
- base/argo-cd-k-with-helm.yaml
- https://raw.githubusercontent.com/argoproj-labs/argocd-image-updater/stable/manifests/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
- base/argo-cd-namespace.yaml
patches:
- path: patches/argocd-server-service.yaml
- path: patches/argocd-cm-patch.yaml
- path: patches/argocd-cmd-params-cm.yaml
- path: patches/argocd-server-service.yaml
- path: patches/argocd-cm-patch.yaml
- path: patches/argocd-cmd-params-cm.yaml
- patch: |-
- op: add
path: /spec/template/spec/containers/0/args/-
value: --interval=60m
target:
group: apps
version: v1
kind: Deployment
name: argocd-image-updater