22 lines
2.0 KiB
Bash
Executable File
22 lines
2.0 KiB
Bash
Executable File
#!/bin/bash
|
|
microk8s kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
|
microk8s kubectl apply --filename https://storage.googleapis.com/tekton-releases/dashboard/latest/release-full.yaml
|
|
microk8s kubectl apply -f ingressroute-tls.yaml
|
|
microk8s kubectl apply -f https://github.com/tektoncd/catalog/raw/main/task/git-clone/0.10/git-clone.yaml
|
|
microk9s kubectl apply -f https://github.com/tektoncd/catalog/raw/main/task/kaniko/0.7/kaniko.yaml
|
|
microk8s kubectl apply -f https://github.com/tektoncd/catalog/raw/main/task/buildah/0.9/buildah.yaml
|
|
microk8s kubectl apply -f https://github.com/tektoncd/catalog/raw/main/task/maven/0.4/maven.yaml
|
|
microk8s kubectl apply -f https://github.com/tektoncd/catalog/raw/main/task/sonarqube-scanner/0.4/sonarqube-scanner.yaml
|
|
microk8s kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/syft/0.1/syft.yaml
|
|
microk8s kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/grype/0.1/grype.yaml
|
|
microk8s kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/argocd-task-sync-and-wait/0.2/argocd-task-sync-and-wait.yaml
|
|
microk8s kubectl apply -f /home/ubuntu/containers/kubernetes/dev/tekton/tasks/sbom/push-sbom-task.yaml
|
|
microk8s kubectl apply -f /home/ubuntu/containers/kubernetes/dev/tekton/tasks/register-change/register-change-task.yaml
|
|
microk8s kubectl apply -f /home/ubuntu/containers/kubernetes/dev/tekton/tasks/curl/curl-task.yaml
|
|
microk8s kubectl apply -f /home/ubuntu/containers/kubernetes/dev/tekton/tasks/cosign/cosign-sign-task.yaml
|
|
microk8s kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml
|
|
microk8s kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
|
|
microk8s kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
|
microk8s kubectl apply -f https://storage.googleapis.com/tekton-releases/dashboard/latest/release.yaml
|
|
microk8s kubectl apply -f ingressroute-tls.yaml
|