deploy argocd image updater

This commit is contained in:
2025-10-09 14:42:45 +02:00
parent c19cf7eced
commit fa5bc7e30e
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{{ with ( .Values.argocd_image_updater_chart_values ) }}
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: argocd-image-updater
namespace: kube-system
spec:
repo: https://argoproj.github.io/argo-helm
chart: argocd-image-updater
targetNamespace: argocd
valuesContent: |-
{{- toYaml . | nindent 4 }}
{{- end -}}
---

View File

@@ -7,3 +7,11 @@ gitea_applications:
- webapp - webapp
- erp - erp
- cms - cms
argocd_image_updater_chart_values:
config:
argocd:
grpcWeb: false
serverAddress: "https://argocd.arcodange.duckdns.org/"
insecure: true
plaintext: true