set cms application argo image updater strategy

This commit is contained in:
2025-10-09 16:12:31 +02:00
parent fa5bc7e30e
commit 83410d9eb1
2 changed files with 17 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{{- range $app_name := .Values.gitea_applications -}}
{{- range $app_name, $app_attr := .Values.gitea_applications -}}
---
apiVersion: argoproj.io/v1alpha1
kind: Application
@@ -7,6 +7,10 @@ metadata:
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
{{- with $app_attr.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
project: default
source: