manage argocd-imageupdate

This commit is contained in:
Remy Moll 2023-10-10 13:33:22 +02:00
parent 18b974d539
commit 1fb36353b4
4 changed files with 25 additions and 1 deletions

View File

@ -5,7 +5,8 @@ namespace: argocd
resources:
- https://github.com/argoproj-labs/argocd-image-updater/manifests/base
# - https://github.com/argoproj-labs/argocd-image-updater/manifests/base
- https://raw.githubusercontent.com/argoproj-labs/argocd-image-updater/stable/manifests/install.yaml
# patches:

View File

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: journal-application
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: main
path: infrastructure/argocd-imageupdate
destination:
server: https://kubernetes.default.svc
namespace: journal
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml

View File

@ -5,6 +5,7 @@ namespace: argocd
resources:
- argocd-imageupdate/
- whoami/
- journal/
- immich/