From 4ca08e3c9b43ffeaf7027e45f2d501d0692f0dc0 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Thu, 6 Jun 2024 17:43:50 -0700 Subject: [PATCH] Fix Pipelines release --- CONTRIBUTING.md | 3 +++ charts/pipelines/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b6b682..9df8ea4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). diff --git a/charts/pipelines/Chart.yaml b/charts/pipelines/Chart.yaml index 1c8f693..d68a655 100644 --- a/charts/pipelines/Chart.yaml +++ b/charts/pipelines/Chart.yaml @@ -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