A specific Concourse resource that check the last installed release of a product on the bosh director
Add the following Resource Type to your Concourse pipeline
resource_types:
- name: product-installed-version
type: docker-image
source:
repository: jraverdyorange/concourse-director-release-check-resource
uri
: Required. the bosh director endpoint.id
: Required. The client id defined in uaapassword
: Required. The client password as defined in uaaproduct
: Required. The product to check on the director
An example source configuration is below.
resources:
- name: prometheus-version
type: product-installed-version
source:
uri: "10.165.0.8"
id: "concourse"
password: "*********"
product: "prometheus"
The ressource uses uaa curl
to check the last installed release on the bosh director