CHORE: Remove Tekton CI/CD platform

- Delete tekton/ directory (pipeline, triggers, dashboard, ci-cd)
- Remove tekton references from kustomization.yaml
- Switching to GitHub Actions for CI/CD
This commit is contained in:
2026-01-07 17:51:10 +09:00
parent 3ff9df0e35
commit 7bcab45089
24 changed files with 0 additions and 926 deletions

View File

@@ -1,17 +0,0 @@
apiVersion: triggers.tekton.dev/v1beta1
kind: TriggerBinding
metadata:
name: github-push-binding
namespace: tekton-pipelines
spec:
params:
- name: git-url
value: $(body.repository.clone_url)
- name: git-revision
value: $(body.after)
- name: git-branch
value: $(extensions.branch_name)
- name: repo-name
value: $(body.repository.name)
- name: repo-full-name
value: $(body.repository.full_name)