Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards committed Feb 9, 2024
1 parent 2bf869e commit 16340f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ If chart-specific bugs are encountered while using Porter, or you would like a c
We welcome all contributors! Consult the [contributing guide](CONTRIBUTING.md) to understand the contributing process.

> **Note:** please file an issue or comment on an existing issue to be assigned. **Only start working on the issue once assigned**.

## Building Chart Dependencies

Certain charts may have dependencies on other charts. To build these dependencies, you can use the `helm dependency build` command. For example, to build the dependencies for the `addons/redis-managed` chart, you can run:

```bash
helm dependency build addons/redis-managed
```

0 comments on commit 16340f8

Please sign in to comment.