Skip to content

Commit

Permalink
Update README.md (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerauerbeck authored Nov 28, 2022
1 parent a0886d8 commit 885c53c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ ensures that when a dependency update happens, a tarball is downloaded.
In your workflow, simply add the following:

```yaml
Coming Soon
---
steps:
- name: ":helm: Helm Tarball Update"
plugins:
github.com/equinixmetal-buildkite/helm-tar-update-buildkite-plugin#v0.0.1: {}
```

This will make sure that for any pull request that updates Helm dependencies,
the tarball for those dependencies will be downloaded and commited to appropriate
branch to come along the pull request.

Note that this will only happen if you keep a `charts` directory with your Helm
chart.
chart.

0 comments on commit 885c53c

Please sign in to comment.