Skip to content

Commit

Permalink
add readme over helm-docs next to Chart.yaml for artifacthub README ref
Browse files Browse the repository at this point in the history
  • Loading branch information
la-cc committed Aug 6, 2024
1 parent 3cb1db0 commit 818d699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- name: run helm-docs
run: |
helm-docs --dry-run > README.md
helm-docs --dry-run > charts/anything-llm/README.md
- name: Commit and push README.md
run: |
git checkout -B main # Switch to the main branch
Expand Down
2 changes: 1 addition & 1 deletion charts/anything-llm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: anything-llm
description: A Helm chart, that allows your easy way to deploy anything-llm. But also allows you to deploy anything-llm with different components like chromadb, nvidia-device-plugin, ollama, and more.
version: 1.0.3
version: 1.0.4
appVersion: 1.1.1
home: https://github.com/la-cc/anything-llm-helm-chart
maintainers:
Expand Down

0 comments on commit 818d699

Please sign in to comment.