diff --git a/argo1/Chart.yaml b/argo1/Chart.yaml index bb54af3..4a625a8 100644 --- a/argo1/Chart.yaml +++ b/argo1/Chart.yaml @@ -4,17 +4,13 @@ description: A Helm chart for your management ArgoCD of your management ArgoCD type: application version: 0.1.0 -appVersion: &argoVersion 5.29.1 +appVersion: &argoVersion |- + 5.29.1 -argoRepo: &argoRepo "https://argoproj.github.io/argo-helm" -argoChart: &argoChart argo-cd dependencies: -- name: *argoChart +- name: argo-cd version: *argoVersion - repository: *argoRepo -#- name: argo-cd -# version: "5.29.1" -# repository: "https://argoproj.github.io/argo-helm" -- name: argocd-apps - version: 0.0.9 repository: "https://argoproj.github.io/argo-helm" +#- name: argocd-apps +# version: 0.0.9 +# repository: "https://argoproj.github.io/argo-helm" diff --git a/argo1/charts/argocd-apps-0.0.9.tgz b/argo1/charts/argocd-apps-0.0.9.tgz deleted file mode 100644 index fc000bd..0000000 Binary files a/argo1/charts/argocd-apps-0.0.9.tgz and /dev/null differ diff --git a/argo1/templates.back2/self.yaml b/argo1/templates/_self.yaml similarity index 100% rename from argo1/templates.back2/self.yaml rename to argo1/templates/_self.yaml diff --git a/argo1/values.yaml b/argo1/values.yaml index ab6dca4..0fb6918 100644 --- a/argo1/values.yaml +++ b/argo1/values.yaml @@ -30,28 +30,28 @@ argo-cd: tls: - hosts: *ghosts secretName: wildcard-tls -argocd-apps: - applications: - - name: argo1 - destination: - name: in-cluster - namespace: argocd - source: - path: argo1 - repoURL: 'https://git.strudelline.net/infra/argocd' - targetRevision: main - sources: [] - project: default - syncPolicy: - automated: - prune: false - selfHeal: true - syncOptions: - - CreateNamespace=true - retry: - limit: 10 - backoff: - duration: 5s - maxDuration: 3m0s - factor: 2 - +#argocd-apps: +# applications: +# - name: argo1 +# destination: +# name: in-cluster +# namespace: argocd +# source: +# path: argo1 +# repoURL: 'https://git.strudelline.net/infra/argocd' +# targetRevision: main +# sources: [] +# project: default +# syncPolicy: +# automated: +# prune: false +# selfHeal: true +# syncOptions: +# - CreateNamespace=true +# retry: +# limit: 10 +# backoff: +# duration: 5s +# maxDuration: 3m0s +# factor: 2 +#