From d77242efee952f5f690d448953c24d4ffa21f32d Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Tue, 26 Nov 2024 16:28:45 +0100 Subject: [PATCH] Renamed source repo url --- template/edfbuilder.yaml | 2 +- template/registry/core.yaml | 2 +- template/registry/monitoring.yaml | 2 +- template/registry/ref-implementation.yaml | 2 +- template/registry/second-cluster.yaml | 2 +- template/stacks/core/argocd.yaml | 2 +- template/stacks/core/crossplane-compositions.yaml | 2 +- template/stacks/core/crossplane-providers.yaml | 2 +- template/stacks/core/forgejo-runner.yaml | 4 ++-- template/stacks/core/forgejo.yaml | 2 +- template/stacks/core/ingress-nginx.yaml | 2 +- template/stacks/monitoring/kube-prometheus.yaml | 2 +- template/stacks/ref-implementation/argo-workflows.yaml | 2 +- template/stacks/ref-implementation/backstage-templates.yaml | 2 +- template/stacks/ref-implementation/backstage.yaml | 2 +- template/stacks/ref-implementation/external-secrets.yaml | 2 +- template/stacks/ref-implementation/keycloak.yaml | 2 +- .../stacks/second-cluster/create-new-cluster-guestbook.yaml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/template/edfbuilder.yaml b/template/edfbuilder.yaml index c56cd33..a9d2bee 100644 --- a/template/edfbuilder.yaml +++ b/template/edfbuilder.yaml @@ -13,7 +13,7 @@ spec: namespace: argocd source: path: registry - repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot' + repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder' targetRevision: HEAD project: default syncPolicy: diff --git a/template/registry/core.yaml b/template/registry/core.yaml index 6f086e1..e62c931 100644 --- a/template/registry/core.yaml +++ b/template/registry/core.yaml @@ -13,7 +13,7 @@ spec: namespace: argocd source: path: stacks/core - repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot' + repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder' targetRevision: HEAD project: default syncPolicy: diff --git a/template/registry/monitoring.yaml b/template/registry/monitoring.yaml index 3aee2ba..3939b44 100644 --- a/template/registry/monitoring.yaml +++ b/template/registry/monitoring.yaml @@ -13,7 +13,7 @@ spec: namespace: argocd source: path: stacks/monitoring - repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot' + repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder' targetRevision: HEAD project: default syncPolicy: diff --git a/template/registry/ref-implementation.yaml b/template/registry/ref-implementation.yaml index e02995a..ff7516d 100644 --- a/template/registry/ref-implementation.yaml +++ b/template/registry/ref-implementation.yaml @@ -13,7 +13,7 @@ spec: namespace: argocd source: path: stacks/ref-implementation - repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot' + repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder' targetRevision: HEAD project: default syncPolicy: diff --git a/template/registry/second-cluster.yaml b/template/registry/second-cluster.yaml index bb2ac14..0d7ef2a 100644 --- a/template/registry/second-cluster.yaml +++ b/template/registry/second-cluster.yaml @@ -13,7 +13,7 @@ spec: namespace: argocd source: path: stacks/second-cluster - repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot' + repoURL: 'https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder' targetRevision: HEAD project: default syncPolicy: diff --git a/template/stacks/core/argocd.yaml b/template/stacks/core/argocd.yaml index e8c0320..5fc2cd9 100644 --- a/template/stacks/core/argocd.yaml +++ b/template/stacks/core/argocd.yaml @@ -24,6 +24,6 @@ spec: helm: valueFiles: - $values/stacks/core/argocd/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD ref: values diff --git a/template/stacks/core/crossplane-compositions.yaml b/template/stacks/core/crossplane-compositions.yaml index 7369cd6..85ab46f 100644 --- a/template/stacks/core/crossplane-compositions.yaml +++ b/template/stacks/core/crossplane-compositions.yaml @@ -19,7 +19,7 @@ spec: namespace: crossplane-system source: path: stacks/core/crossplane-compositions - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot.git + repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD directory: recurse: true diff --git a/template/stacks/core/crossplane-providers.yaml b/template/stacks/core/crossplane-providers.yaml index d848cdb..dac2869 100644 --- a/template/stacks/core/crossplane-providers.yaml +++ b/template/stacks/core/crossplane-providers.yaml @@ -19,5 +19,5 @@ spec: namespace: crossplane-system source: path: stacks/core/crossplane-providers - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot.git + repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD diff --git a/template/stacks/core/forgejo-runner.yaml b/template/stacks/core/forgejo-runner.yaml index b59e1a8..c225a0a 100644 --- a/template/stacks/core/forgejo-runner.yaml +++ b/template/stacks/core/forgejo-runner.yaml @@ -18,12 +18,12 @@ spec: name: in-cluster namespace: gitea sources: - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder path: forgejo-runner targetRevision: HEAD helm: valueFiles: - $values/stacks/core/forgejo-runner/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD ref: values diff --git a/template/stacks/core/forgejo.yaml b/template/stacks/core/forgejo.yaml index a98d39c..7106010 100644 --- a/template/stacks/core/forgejo.yaml +++ b/template/stacks/core/forgejo.yaml @@ -24,6 +24,6 @@ spec: helm: valueFiles: - $values/stacks/core/forgejo/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD ref: values diff --git a/template/stacks/core/ingress-nginx.yaml b/template/stacks/core/ingress-nginx.yaml index 8ccc45b..64bf894 100644 --- a/template/stacks/core/ingress-nginx.yaml +++ b/template/stacks/core/ingress-nginx.yaml @@ -24,6 +24,6 @@ spec: helm: valueFiles: - $values/stacks/core/ingress-nginx/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD ref: values diff --git a/template/stacks/monitoring/kube-prometheus.yaml b/template/stacks/monitoring/kube-prometheus.yaml index dddd648..e5becb5 100644 --- a/template/stacks/monitoring/kube-prometheus.yaml +++ b/template/stacks/monitoring/kube-prometheus.yaml @@ -25,6 +25,6 @@ spec: helm: valueFiles: - $values/stacks/monitoring/kube-prometheus/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD ref: values \ No newline at end of file diff --git a/template/stacks/ref-implementation/argo-workflows.yaml b/template/stacks/ref-implementation/argo-workflows.yaml index 8a6bc6e..ff7d593 100644 --- a/template/stacks/ref-implementation/argo-workflows.yaml +++ b/template/stacks/ref-implementation/argo-workflows.yaml @@ -10,7 +10,7 @@ metadata: spec: project: default source: - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD path: "stacks/ref-implementation/argo-workflows/manifests/dev" destination: diff --git a/template/stacks/ref-implementation/backstage-templates.yaml b/template/stacks/ref-implementation/backstage-templates.yaml index 0eb58d0..618982b 100644 --- a/template/stacks/ref-implementation/backstage-templates.yaml +++ b/template/stacks/ref-implementation/backstage-templates.yaml @@ -10,7 +10,7 @@ metadata: spec: project: default source: - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD path: "stacks/ref-implementation/backstage-templates/entities" directory: diff --git a/template/stacks/ref-implementation/backstage.yaml b/template/stacks/ref-implementation/backstage.yaml index 65bec8d..6ed3445 100644 --- a/template/stacks/ref-implementation/backstage.yaml +++ b/template/stacks/ref-implementation/backstage.yaml @@ -10,7 +10,7 @@ metadata: spec: project: default source: - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD path: "stacks/ref-implementation/backstage/manifests" destination: diff --git a/template/stacks/ref-implementation/external-secrets.yaml b/template/stacks/ref-implementation/external-secrets.yaml index 01d2bc3..753a4ed 100644 --- a/template/stacks/ref-implementation/external-secrets.yaml +++ b/template/stacks/ref-implementation/external-secrets.yaml @@ -12,7 +12,7 @@ spec: namespace: external-secrets server: "https://kubernetes.default.svc" source: - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD path: "stacks/ref-implementation/external-secrets/manifests" project: default diff --git a/template/stacks/ref-implementation/keycloak.yaml b/template/stacks/ref-implementation/keycloak.yaml index 46cbc9a..1da927e 100644 --- a/template/stacks/ref-implementation/keycloak.yaml +++ b/template/stacks/ref-implementation/keycloak.yaml @@ -12,7 +12,7 @@ spec: namespace: keycloak server: "https://kubernetes.default.svc" source: - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot + repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD path: "stacks/ref-implementation/keycloak/manifests" project: default diff --git a/template/stacks/second-cluster/create-new-cluster-guestbook.yaml b/template/stacks/second-cluster/create-new-cluster-guestbook.yaml index 5509ad9..886fe1c 100644 --- a/template/stacks/second-cluster/create-new-cluster-guestbook.yaml +++ b/template/stacks/second-cluster/create-new-cluster-guestbook.yaml @@ -19,5 +19,5 @@ spec: namespace: crossplane-system source: path: stacks/second-cluster/create-new-cluster-guestbook - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot.git + repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder targetRevision: HEAD