manage argocd-imageupdate
This commit is contained in:
parent
18b974d539
commit
1fb36353b4
@ -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:
|
||||
|
18
kluster-deployments/argocd-imageupdate/application.yaml
Normal file
18
kluster-deployments/argocd-imageupdate/application.yaml
Normal 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
|
@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
@ -5,6 +5,7 @@ namespace: argocd
|
||||
|
||||
|
||||
resources:
|
||||
- argocd-imageupdate/
|
||||
- whoami/
|
||||
- journal/
|
||||
- immich/
|
Loading…
x
Reference in New Issue
Block a user