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