Skip to content

Instantly share code, notes, and snippets.

@jdolitsky
Last active October 3, 2018 02:09
Show Gist options
  • Save jdolitsky/784d6c7baeaa0a290fa5034d72910d1d to your computer and use it in GitHub Desktop.
Save jdolitsky/784d6c7baeaa0a290fa5034d72910d1d to your computer and use it in GitHub Desktop.
codefresh-helm-azure-push-hackmd
version: '1.0'
steps:
fetch_community_chart:
title: Download latest HackMD chart
image: codefresh/cfstep-helm:latest
commands:
- helm fetch stable/hackmd --untar
push_to_helm_repo:
title: Push HackMD chart to Helm repo
image: codefresh/cfstep-helm:latest
environment:
- ACTION=push
- CHART_REF=hackmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment