From 92831a5130ff40481716219be58c84cbaa443c1c Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 3 Feb 2024 21:30:48 +0100 Subject: [PATCH] fix(argocd): Fix URL of cloud configuration --- argocd/app-of-apps/monitoring/values.yaml | 12 ++++++------ helm/argocd/Chart.yaml | 4 ++-- helm/argocd/values.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/argocd/app-of-apps/monitoring/values.yaml b/argocd/app-of-apps/monitoring/values.yaml index bdb5a4a..fc613b1 100644 --- a/argocd/app-of-apps/monitoring/values.yaml +++ b/argocd/app-of-apps/monitoring/values.yaml @@ -4,28 +4,28 @@ applications: targetRevision: main namespace: hcloud createNamespace: false - repoURL: https://git.2martens.de/2martens/cloud-configuration.git + repoURL: https://github.com/2martens/cloud-configuration.git syncWave: 1 - name: vso-crds project: default targetRevision: main namespace: hcloud createNamespace: false - repoURL: https://git.2martens.de/2martens/cloud-configuration.git + repoURL: https://github.com/2martens/cloud-configuration.git syncWave: -1 - name: vault-secrets-operator project: default targetRevision: main namespace: vault-secrets-operator-system createNamespace: true - repoURL: https://git.2martens.de/2martens/cloud-configuration.git + repoURL: https://github.com/2martens/cloud-configuration.git syncWave: 0 - name: prometheus project: default targetRevision: main namespace: observability createNamespace: false - repoURL: https://git.2martens.de/2martens/cloud-configuration.git + repoURL: https://github.com/2martens/cloud-configuration.git serverSideApply: true syncWave: 2 - name: prometheus-adapter @@ -33,14 +33,14 @@ applications: targetRevision: main namespace: observability createNamespace: false - repoURL: https://git.2martens.de/2martens/cloud-configuration.git + repoURL: https://github.com/2martens/cloud-configuration.git syncWave: 2 - name: thanos project: default targetRevision: main namespace: thanos createNamespace: true - repoURL: https://git.2martens.de/2martens/cloud-configuration.git + repoURL: https://github.com/2martens/cloud-configuration.git syncWave: 2 overall: diff --git a/helm/argocd/Chart.yaml b/helm/argocd/Chart.yaml index fd1008e..a14c8db 100644 --- a/helm/argocd/Chart.yaml +++ b/helm/argocd/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: argocd-configuration -version: 0.2.3 +version: 0.2.4 type: application description: "ArgoCD configuration which requires Argo CD to be installed separately." maintainers: @@ -9,7 +9,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: fixed - description: Fixed network policy + description: Fixed URL of cloud configuration artifacthub.io/signKey: | fingerprint: F0F153B65BAD467201D7544E47393ABD1F96B7C8 url: https://mafiasi.de/pks/key/47393ABD1F96B7C8.asc diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index 6c91737..883ad8f 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -1,5 +1,5 @@ appOfApps: - repoURL: https://git.2martens.de/2martens/cloud-configuration/ + repoURL: https://github.com/2martens/cloud-configuration.git # variable is templated path: argocd/app-of-apps/{{ .Values.environment }}