deploy argocd image updater
This commit is contained in:
14
argocd/templates/argocd_image_updater.yaml
Normal file
14
argocd/templates/argocd_image_updater.yaml
Normal 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 -}}
|
||||||
|
---
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user