Skip to content

Commit

Permalink
Stop etcd-bump at 4.0.0
Browse files Browse the repository at this point in the history
Using fork of the github-release-resource for now
When they merge our changes, we can use the default concourse resource
PR: concourse/github-release-resource#68

[#154928281]

Signed-off-by: Tony Wong <[email protected]>
  • Loading branch information
Akshay Mankar authored and Manifaust committed Feb 8, 2018
1 parent fe051c6 commit a48e1fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bump-etcd.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
---
resource_types:
- name: github-release-with-version-filtering
type: docker-image
source:
repository: pcfkubo/github-release-resource
tag: filter-version

resources:
- name: etcd-release
type: github-release
type: github-release-with-version-filtering
source:
owner: coreos
repository: etcd
version_filter: "< 4.0.0"

- name: git-kubo-etcd
type: git
Expand Down

0 comments on commit a48e1fd

Please sign in to comment.