Skip to content

Commit

Permalink
Use a subfolder in the release bucket
Browse files Browse the repository at this point in the history
The tekton release bucket shall host releases for all relevant
tekton projects. Pipeline should use its own dedicated subfolder.

Closes tektoncd/plumbing#57
  • Loading branch information
afrittoli committed Oct 14, 2019
1 parent 7962731 commit c28d006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ To add the Tekton Pipelines component to an existing cluster:
and its dependencies:

```bash
kubectl apply --filename https://storage.googleapis.com/tekton-releases/latest/release.yaml
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
```

_(Previous versions will be available at `previous/$VERSION_NUMBER`, e.g.
https://storage.googleapis.com/tekton-releases/previous/0.2.0/release.yaml.)_
https://storage.googleapis.com/tekton-releases/pipeline/previous/0.2.0/release.yaml.)_

1. Run the
[`kubectl get`](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get)
Expand Down
4 changes: 2 additions & 2 deletions tekton/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: type
value: gcs
- name: location
value: gs://tekton-releases
value: gs://tekton-releases/pipeline
- name: dir
value: "y"
---
Expand Down Expand Up @@ -176,4 +176,4 @@ spec:
type: image
params:
- name: url
value: vendor/github.com/googlecloudplatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher # Registry is provided via parameter, this is a hack see #569
value: vendor/github.com/googlecloudplatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher # Registry is provided via parameter, this is a hack see #569

0 comments on commit c28d006

Please sign in to comment.