From 40e98020bb8a9a10a1d3fa8c94583c04c2933f06 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 21 Jul 2024 08:47:10 -0500 Subject: [PATCH] update --- .gitignore | 1 + argocd/templates/InternalProxy.yaml | 2 +- argocd/templates/argocd.yaml | 2 +- argocd/templates/authentik.yaml | 2 +- argocd/templates/bitwarden.yaml | 2 +- argocd/templates/cert-manager.yaml | 2 +- argocd/templates/crossplane.yml | 2 +- argocd/templates/durpapi.yaml | 2 +- argocd/templates/durpot.yaml | 2 +- argocd/templates/external-dns.yaml | 2 +- argocd/templates/external-secrets.yaml | 2 +- argocd/templates/gatekeeper.yaml | 2 +- argocd/templates/gitlab-runner.yaml | 2 +- argocd/templates/heimdall.yaml | 2 +- argocd/templates/krakend.yaml | 2 +- argocd/templates/kube-prometheus-stack.yaml | 2 +- argocd/templates/kubeclarity.yaml | 2 +- argocd/templates/littlelink.yaml | 2 +- argocd/templates/longhorn.yaml | 2 +- argocd/templates/nfs-client.yaml | 2 +- argocd/templates/open-webui.yaml | 2 +- argocd/templates/traefik.yaml | 2 +- argocd/templates/uptimekuma.yaml | 2 +- argocd/templates/vault.yaml | 2 +- 24 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/argocd/templates/InternalProxy.yaml b/argocd/templates/InternalProxy.yaml index da6a5ae..1769a19 100644 --- a/argocd/templates/InternalProxy.yaml +++ b/argocd/templates/InternalProxy.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: internalproxy directory: recurse: true diff --git a/argocd/templates/argocd.yaml b/argocd/templates/argocd.yaml index ba2c019..d8f0fd3 100644 --- a/argocd/templates/argocd.yaml +++ b/argocd/templates/argocd.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: argocd destination: namespace: argocd diff --git a/argocd/templates/authentik.yaml b/argocd/templates/authentik.yaml index e0fa9e6..735fa1a 100644 --- a/argocd/templates/authentik.yaml +++ b/argocd/templates/authentik.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: authentik destination: namespace: authentik diff --git a/argocd/templates/bitwarden.yaml b/argocd/templates/bitwarden.yaml index e633437..6aad52f 100644 --- a/argocd/templates/bitwarden.yaml +++ b/argocd/templates/bitwarden.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: bitwarden directory: recurse: true diff --git a/argocd/templates/cert-manager.yaml b/argocd/templates/cert-manager.yaml index 2e959f8..1eb8fe2 100644 --- a/argocd/templates/cert-manager.yaml +++ b/argocd/templates/cert-manager.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: cert-manager destination: namespace: cert-manager diff --git a/argocd/templates/crossplane.yml b/argocd/templates/crossplane.yml index a109f1c..e079c78 100644 --- a/argocd/templates/crossplane.yml +++ b/argocd/templates/crossplane.yml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: crossplane destination: namespace: crossplane diff --git a/argocd/templates/durpapi.yaml b/argocd/templates/durpapi.yaml index e8f0eaa..53c2db6 100644 --- a/argocd/templates/durpapi.yaml +++ b/argocd/templates/durpapi.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: durpapi destination: namespace: durpapi diff --git a/argocd/templates/durpot.yaml b/argocd/templates/durpot.yaml index 22001b3..1bfcd37 100644 --- a/argocd/templates/durpot.yaml +++ b/argocd/templates/durpot.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: durpot destination: namespace: durpot diff --git a/argocd/templates/external-dns.yaml b/argocd/templates/external-dns.yaml index 77e9a78..ba05f2c 100644 --- a/argocd/templates/external-dns.yaml +++ b/argocd/templates/external-dns.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: external-dns destination: namespace: external-dns diff --git a/argocd/templates/external-secrets.yaml b/argocd/templates/external-secrets.yaml index aa8483f..cf8a595 100644 --- a/argocd/templates/external-secrets.yaml +++ b/argocd/templates/external-secrets.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: external-secrets destination: namespace: external-secrets diff --git a/argocd/templates/gatekeeper.yaml b/argocd/templates/gatekeeper.yaml index edbf240..5c60c12 100644 --- a/argocd/templates/gatekeeper.yaml +++ b/argocd/templates/gatekeeper.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: gatekeeper destination: namespace: gatekeeper diff --git a/argocd/templates/gitlab-runner.yaml b/argocd/templates/gitlab-runner.yaml index 08494ba..c5539d7 100644 --- a/argocd/templates/gitlab-runner.yaml +++ b/argocd/templates/gitlab-runner.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: gitlab-runner destination: namespace: gitlab-runner diff --git a/argocd/templates/heimdall.yaml b/argocd/templates/heimdall.yaml index d668561..d695e34 100644 --- a/argocd/templates/heimdall.yaml +++ b/argocd/templates/heimdall.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: heimdall destination: namespace: heimdall diff --git a/argocd/templates/krakend.yaml b/argocd/templates/krakend.yaml index 6c86d0a..68a57d1 100644 --- a/argocd/templates/krakend.yaml +++ b/argocd/templates/krakend.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: krakend destination: namespace: krakend diff --git a/argocd/templates/kube-prometheus-stack.yaml b/argocd/templates/kube-prometheus-stack.yaml index 4a99e59..02f8261 100644 --- a/argocd/templates/kube-prometheus-stack.yaml +++ b/argocd/templates/kube-prometheus-stack.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: kube-prometheus-stack destination: namespace: kube-prometheus-stack diff --git a/argocd/templates/kubeclarity.yaml b/argocd/templates/kubeclarity.yaml index 31a3018..c812528 100644 --- a/argocd/templates/kubeclarity.yaml +++ b/argocd/templates/kubeclarity.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: kubeclarity destination: namespace: kubeclarity diff --git a/argocd/templates/littlelink.yaml b/argocd/templates/littlelink.yaml index f18eadf..99b08fe 100644 --- a/argocd/templates/littlelink.yaml +++ b/argocd/templates/littlelink.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: littlelink directory: recurse: true diff --git a/argocd/templates/longhorn.yaml b/argocd/templates/longhorn.yaml index 3794786..017da6f 100644 --- a/argocd/templates/longhorn.yaml +++ b/argocd/templates/longhorn.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: longhorn destination: namespace: longhorn-system diff --git a/argocd/templates/nfs-client.yaml b/argocd/templates/nfs-client.yaml index f7717c9..e374885 100644 --- a/argocd/templates/nfs-client.yaml +++ b/argocd/templates/nfs-client.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: nfs-client directory: recurse: true diff --git a/argocd/templates/open-webui.yaml b/argocd/templates/open-webui.yaml index 9bb8103..a2b25fa 100644 --- a/argocd/templates/open-webui.yaml +++ b/argocd/templates/open-webui.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: open-webui destination: namespace: open-webui diff --git a/argocd/templates/traefik.yaml b/argocd/templates/traefik.yaml index 959cc20..3995a9f 100644 --- a/argocd/templates/traefik.yaml +++ b/argocd/templates/traefik.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: traefik destination: namespace: traefik diff --git a/argocd/templates/uptimekuma.yaml b/argocd/templates/uptimekuma.yaml index d88557e..ff0e1af 100644 --- a/argocd/templates/uptimekuma.yaml +++ b/argocd/templates/uptimekuma.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: uptimekuma directory: recurse: true diff --git a/argocd/templates/vault.yaml b/argocd/templates/vault.yaml index 5727fba..6e243c5 100644 --- a/argocd/templates/vault.yaml +++ b/argocd/templates/vault.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: prd + targetRevision: main path: vault destination: namespace: vault