jghiloni / helm-chart-resource

Interact with a helm charts using Concourse
https://concourse-ci.org
Apache License 2.0
3 stars 3 forks source link

helm-chart-resource

This resource allows you to monitor a Helm repository for new versions to a chart.

To use:

resource_types:
- name: helm-chart
  type: registry-image
  source:
    repository: jghiloni/helm-chart-resource
    tag: v0.1.1

resources:
- name: concourse-helm
  type: helm-chart
  source:
    repository_url: https://concourse-charts.storage.googleapis.com
    chart: concourse

Source Configuration

Behavior

check: Discover new chart versions

Reports the latest version for the specified chart in the repository.

in: Fetches the chart files from the repository

Fetches all files specified in the chart's urls section In addition, the following files are created, regardless of whether or not skip_download is true:

Parameters

out: Pushes a new version of a chart

Parameters