added CE and Up2NC apps

This commit is contained in:
2023-10-06 00:08:56 -06:00
parent 51ba221715
commit 73eb0d69ad
2 changed files with 44 additions and 0 deletions

View File

@@ -25,3 +25,25 @@ applications:
imageNamesAndTags:
argocd-image-updater.argoproj.io/app.helm.image-name: app.image.repository
argocd-image-updater.argoproj.io/app.helm.image-tag: appVersionOverride
conversion-engine:
enabled: true
enableAutoSync: true
enableArgoNotifications: false
cdEnabled: false
imageList:
- app=quay01.ipa.endofday.com/goghvideo/conversion-engine:^v0.1.x
imageNamesAndTags:
argocd-image-updater.argoproj.io/app.helm.image-name: app.image.repository
argocd-image-updater.argoproj.io/app.helm.image-tag: appVersionOverride
upload-to-nextcloud:
enabled: true
enableAutoSync: true
enableArgoNotifications: false
cdEnabled: false
imageList:
- app=quay01.ipa.endofday.com/goghvideo/upload-to-nextcloud:^v0.1.x
imageNamesAndTags:
argocd-image-updater.argoproj.io/app.helm.image-name: app.image.repository
argocd-image-updater.argoproj.io/app.helm.image-tag: appVersionOverride

View File

@@ -39,3 +39,25 @@ applications:
repoURL: null
targetRevision: HEAD
conversion-engine:
enableAutoSync: true
autoSyncPrune: true
destination:
namespace: null
server: null
project: default
source:
path: conversion-engine
repoURL: null
targetRevision: HEAD
upload-to-nextcloud:
enableAutoSync: true
autoSyncPrune: true
destination:
namespace: null
server: null
project: default
source:
path: upload-to-nextcloud
repoURL: null