From 275c1ad3d291ded49495bacdd9fa6b766a3e9b22 Mon Sep 17 00:00:00 2001 From: developerdurp Date: Sat, 11 Nov 2023 13:15:10 -0600 Subject: [PATCH] update --- .../{octopus.yaml => crossplane.yml} | 6 +++--- argocd/templates/jaeger.yaml | 21 ------------------- argocd/templates/kong.yaml | 20 ------------------ crossplane/Chart.yml | 12 +++++++++++ octopus/Chart.yml | 12 ----------- octopus/values.yml | 0 6 files changed, 15 insertions(+), 56 deletions(-) rename argocd/templates/{octopus.yaml => crossplane.yml} (84%) delete mode 100644 argocd/templates/jaeger.yaml delete mode 100644 argocd/templates/kong.yaml create mode 100644 crossplane/Chart.yml delete mode 100644 octopus/Chart.yml delete mode 100644 octopus/values.yml diff --git a/argocd/templates/octopus.yaml b/argocd/templates/crossplane.yml similarity index 84% rename from argocd/templates/octopus.yaml rename to argocd/templates/crossplane.yml index f7188a5..e079c78 100644 --- a/argocd/templates/octopus.yaml +++ b/argocd/templates/crossplane.yml @@ -1,16 +1,16 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: octopus + name: crossplane namespace: argocd spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: main - path: octopus + path: crossplane destination: - namespace: octopus + namespace: crossplane name: in-cluster syncPolicy: automated: diff --git a/argocd/templates/jaeger.yaml b/argocd/templates/jaeger.yaml deleted file mode 100644 index 2a92944..0000000 --- a/argocd/templates/jaeger.yaml +++ /dev/null @@ -1,21 +0,0 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: jaeger -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://gitlab.com/developerdurp/homelab.git -# targetRevision: main -# path: jaeger -# destination: -# namespace: jaeger -# name: in-cluster -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true -# \ No newline at end of file diff --git a/argocd/templates/kong.yaml b/argocd/templates/kong.yaml deleted file mode 100644 index 99aec8b..0000000 --- a/argocd/templates/kong.yaml +++ /dev/null @@ -1,20 +0,0 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: kong -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://gitlab.com/developerdurp/homelab.git -# targetRevision: main -# path: kong -# destination: -# namespace: kong -# name: in-cluster -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true diff --git a/crossplane/Chart.yml b/crossplane/Chart.yml new file mode 100644 index 0000000..e871277 --- /dev/null +++ b/crossplane/Chart.yml @@ -0,0 +1,12 @@ +apiVersion: v2 +name: longhorn-system +description: A Helm chart for Kubernetes +type: application + +version: 0.1.0 +appVersion: "1.16.0" + +dependencies: +- name: crossplane + repository: https://charts.crossplane.io/stable + version: 1.9.2 diff --git a/octopus/Chart.yml b/octopus/Chart.yml deleted file mode 100644 index 3093a74..0000000 --- a/octopus/Chart.yml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v2 -name: octopus -description: A Helm chart for Kubernetes -type: application - -version: 0.1.0 -appVersion: "1.16.0" - -dependencies: -- name: octopusdeploy-helm - repository: oci://registry-1.docker.io/octopusdeploy/octopusdeploy-helm - version: 2023.2.12482 diff --git a/octopus/values.yml b/octopus/values.yml deleted file mode 100644 index e69de29..0000000