Last active
October 3, 2018 02:09
-
-
Save jdolitsky/784d6c7baeaa0a290fa5034d72910d1d to your computer and use it in GitHub Desktop.
codefresh-helm-azure-push-hackmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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