Skip to content

Commit

Permalink
generate values.schema.json
Browse files Browse the repository at this point in the history
add README.md LICENSE values.schema.json
  • Loading branch information
Vad1mo committed Jul 12, 2024
1 parent 761e218 commit 1c0b9c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: Push charts to 8gears.container-registry.com
run: |
run: |
helm plugin install https://github.com/losisin/helm-values-schema-json.git
helm schema -input charts/n8n/values.yaml
cp -a README.md LICENSE values.schema.json charts/n8n/
package_path=$(helm package charts/n8n --dependency-update | grep -o '/.*\.tgz')
helm push "${package_path}" "oci://8gears.container-registry.com/library"
1 change: 0 additions & 1 deletion charts/n8n/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: n8n
version: 0.24.3
appVersion: 1.49.0
type: application

description: "A Kubernetes Helm chart for n8n a free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services."
home: https://github.com/8gears/n8n-helm-chart
icon: https://avatars1.githubusercontent.com/u/45487711?s=200&v=4
Expand Down

0 comments on commit 1c0b9c6

Please sign in to comment.