From 6879a4e5a509110da6a2fe398d67f13afd43fdd4 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sat, 3 Aug 2024 03:34:56 +0300 Subject: [PATCH] argo: drone no longer exists --- .drone.yml | 10 ---------- CLUSTER.md | 2 +- argocd/README.md | 2 +- argocd/applications/drone-execution.yaml | 16 ---------------- argocd/applications/drone.yaml | 16 ---------------- 5 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 .drone.yml delete mode 100644 argocd/applications/drone-execution.yaml delete mode 100644 argocd/applications/drone.yaml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index e9df744..0000000 --- a/.drone.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -kind: pipeline -type: kubernetes -name: gitleaks - -steps: -- name: gitleaks - image: zricethezav/gitleaks - commands: - - gitleaks detect --source=/drone/src diff --git a/CLUSTER.md b/CLUSTER.md index ba89edd..3461e77 100644 --- a/CLUSTER.md +++ b/CLUSTER.md @@ -164,7 +164,7 @@ Our self-hosted Kubernetes stack compared to AWS based deployments: | AWS S3 | Minio Operator | Highly available object storage | | AWS VPC | Calico | Overlay network | | Dex | Passmower | ACL mapping and OIDC provider which integrates with GitHub/Samba | -| GitHub Actions | Drone | Build Docker images | +| GitHub Actions | Woodpecker | Build Docker images | | GitHub | Gitea | Source code management, issue tracking | | GitHub OAuth2 | Samba (Active Directory compatible) | Source of truth for authentication and authorization | | Gmail | Wildduck | E-mail | diff --git a/argocd/README.md b/argocd/README.md index 363e77e..b6c4e11 100644 --- a/argocd/README.md +++ b/argocd/README.md @@ -57,7 +57,7 @@ Delete any other SSH keys associated with Gitea user `argocd`. To update apps: ``` -for j in asterisk bind camtiler drone drone-execution etherpad freescout gitea grafana hackerspace nextcloud nyancat rosdump traefik wiki wildduck woodpecker; do +for j in asterisk bind camtiler etherpad freescout gitea grafana hackerspace nextcloud nyancat rosdump traefik wiki wildduck woodpecker; do cat << EOF >> applications/$j.yaml --- apiVersion: argoproj.io/v1alpha1 diff --git a/argocd/applications/drone-execution.yaml b/argocd/applications/drone-execution.yaml deleted file mode 100644 index ab4b3c7..0000000 --- a/argocd/applications/drone-execution.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: drone-execution - namespace: argocd -spec: - project: k-space.ee - source: - repoURL: 'git@git.k-space.ee:k-space/kube.git' - path: drone-execution - targetRevision: HEAD - destination: - server: 'https://kubernetes.default.svc' - namespace: drone-execution - syncPolicy: {} diff --git a/argocd/applications/drone.yaml b/argocd/applications/drone.yaml deleted file mode 100644 index 2def47e..0000000 --- a/argocd/applications/drone.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: drone - namespace: argocd -spec: - project: k-space.ee - source: - repoURL: 'git@git.k-space.ee:k-space/kube.git' - path: drone - targetRevision: HEAD - destination: - server: 'https://kubernetes.default.svc' - namespace: drone - syncPolicy: {}