Skip to content
This repository was archived by the owner on Nov 10, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 574 Bytes

File metadata and controls

29 lines (18 loc) · 574 Bytes

Codefresh Helm Plugin

Use Codefresh Helm plugin to publish a Helm chart to repository.

Usage

Set required and optional environment variable and add the following step to your Codefresh pipeline:

---
version: '1.0'

steps:

  ...

  publish_to_repo:
    image: codefresh/plugin-publish-helm-to-repo:0.1.2

  ...

Environment Variables

  • required CHART_NAME - Helm chart name
  • required CHART_REPO_URL - Helm chart repository URL
  • CHART_VERSION - application chart version to install
  • DEBUG - print verbose output