fix(argocd): Fix URL of cloud configuration

This commit is contained in:
Jim Martens 2024-02-03 21:30:48 +01:00
parent 8594617a87
commit 92831a5130
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
3 changed files with 9 additions and 9 deletions

View File

@ -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:

View File

@ -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

View File

@ -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 }}