-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade langflow version and add 'endpoint' to downloaded flows (…
…#11) * feat: upgrade langflow version and add 'endpoint' to downloaded flows * feat: upgrade langflow version and add 'endpoint' to downloaded flows * feat: upgrade langflow version and add 'endpoint' to downloaded flows * skip yaml * skip yaml * skip yaml * add maintainers * add maintainers * add maintainers
- Loading branch information
1 parent
fa01b52
commit 44fdb23
Showing
11 changed files
with
1,061 additions
and
419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,10 @@ on: | |
branches: | ||
- main | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
lint-test: | ||
runs-on: ubuntu-latest | ||
|
@@ -40,15 +44,15 @@ jobs: | |
- name: Run chart-testing (lint) | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct lint --debug --target-branch main | ||
run: ct lint --debug --target-branch main --validate-yaml false | ||
|
||
- name: Create kind cluster | ||
if: steps.list-changed.outputs.changed == 'true' | ||
uses: helm/[email protected] | ||
|
||
- name: Run chart-testing (install) | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct install --debug --target-branch main | ||
run: ct install --debug --target-branch main --chart-repos bitnami=https://charts.bitnami.com/bitnami | ||
|
||
release: | ||
needs: lint-test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,11 @@ apiVersion: v2 | |
name: langflow-ide | ||
description: Helm chart for Langflow IDE | ||
type: application | ||
version: 0.0.1 | ||
appVersion: 1.0-alpha | ||
|
||
version: 0.1.0 | ||
appVersion: latest | ||
maintainers: | ||
- name: Langflow | ||
email: [email protected] | ||
dependencies: | ||
- name: postgresql | ||
version: 15.x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,8 @@ apiVersion: v2 | |
name: langflow-runtime | ||
description: A helm chart for running LangFlow flows as a service | ||
type: application | ||
version: 0.0.1 | ||
appVersion: "1.0-alpha" | ||
version: 0.1.0 | ||
appVersion: latest | ||
maintainers: | ||
- name: Langflow | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.