diff --git a/kustomize/tekton/kustomization.yaml b/kustomize/tekton/kustomization.yaml index 774e126..9fb3571 100644 --- a/kustomize/tekton/kustomization.yaml +++ b/kustomize/tekton/kustomization.yaml @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.29.0/release.yaml -- https://storage.googleapis.com/tekton-releases/triggers/previous/v0.17.1/release.yaml -- https://storage.googleapis.com/tekton-releases/triggers/previous/v0.17.1/interceptors.yaml -- https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.21.0/tekton-dashboard-release.yaml +- https://github.com/tektoncd/pipeline/releases/download/v0.29.0/release.yaml +- https://github.com/tektoncd/triggers/releases/download/v0.17.1/release.yaml +- https://github.com/tektoncd/triggers/releases/download/v0.17.1/interceptors.yaml +- https://github.com/tektoncd/dashboard/releases/download/v0.21.0/tekton-dashboard-release.yaml patchesStrategicMerge: - |