Browse Source

change download url

main
Nicolas Massé 3 years ago
parent
commit
db1f01d68f
  1. 8
      kustomize/tekton/kustomization.yaml

8
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:
- |

Loading…
Cancel
Save