diff --git a/everything-app/coroot.yaml b/everything-app/coroot.yaml new file mode 100644 index 0000000..31e221f --- /dev/null +++ b/everything-app/coroot.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: coroot-operator + namespace: argocd +spec: + destination: + namespace: coroot + server: https://kubernetes.default.svc + project: infra + source: + chart: coroot-operator + repoURL: https://coroot.github.io/helm-charts + targetRevision: 1.13.4 diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index e007811..64690a2 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -38,3 +38,4 @@ spec: - https://charts.longhorn.io - https://git.deuxfleurs.fr/Deuxfleurs/garage - https://puzzle.github.io/cert-manager-webhook-dnsimple + - https://coroot.github.io/helm-charts