Skip to content

Commit

Permalink
Merge pull request #1202 from porter-dev/temp-helm-build-fix
Browse files Browse the repository at this point in the history
temp helm deps build fix for managed charts
  • Loading branch information
ianedwards authored Feb 9, 2024
2 parents 64ea60c + 16340f8 commit a0b04b8
Show file tree
Hide file tree
Showing 3 changed files 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
```
Binary file not shown.
Binary file added addons/redis-managed/charts/common-2.14.1.tgz
Binary file not shown.

0 comments on commit a0b04b8

Please sign in to comment.