Skip to content

Commit

Permalink
Merge pull request #31 from 0xThresh/fix-pipelines-release
Browse files Browse the repository at this point in the history
Fix Pipelines release
  • Loading branch information
0xThresh authored Jun 7, 2024
2 parents 3e1493f + 4ca08e3 commit bb2bd2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## How to Contribute

> [!WARNING]
> There is currently a bug in the Helm Chart Releaser Github Action that prevents you from deploying more than one chart on a single run. The best workaround for now is to ensure that pushes to `main` only include changes to a single chart. If you're contributing to more than one chart, please do it in separate PRs until the upstream issue is fixed, or until we can fork and fix the action ourselves.
1. **Fork the repository** and create your branch from `main`.
2. **Make your changes** and ensure they follow the guidelines below.
3. **Test your changes** locally to ensure everything works as expected. This should include deploying your updates to a live Kubernetes cluster (whether local or remote).
Expand Down
2 changes: 1 addition & 1 deletion charts/pipelines/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: pipelines
version: 0.0.2
version: 0.0.3
appVersion: "alpha"

home: https://github.com/open-webui/pipelines
Expand Down

0 comments on commit bb2bd2f

Please sign in to comment.