infra/home/cluster/argocd/apps/prop.yaml

30 lines
1 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prop
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: prop=codeberg.org/gmcintire/prop,grid=codeberg.org/gmcintire/prop-grid-rs
argocd-image-updater.argoproj.io/prop.update-strategy: newest-build
argocd-image-updater.argoproj.io/prop.allow-tags: regexp:^main-[0-9]+-[0-9a-f]+$
argocd-image-updater.argoproj.io/grid.update-strategy: newest-build
argocd-image-updater.argoproj.io/grid.allow-tags: regexp:^main-[0-9]+-[0-9a-f]+$
argocd-image-updater.argoproj.io/write-back-method: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://codeberg.org/gmcintire/prop.git
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: prop
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground