Skip to content

Commit 818d699

Browse files
committed
add readme over helm-docs next to Chart.yaml for artifacthub README ref
1 parent 3cb1db0 commit 818d699

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
- name: run helm-docs
8282
run: |
8383
helm-docs --dry-run > README.md
84+
helm-docs --dry-run > charts/anything-llm/README.md
8485
- name: Commit and push README.md
8586
run: |
8687
git checkout -B main # Switch to the main branch

charts/anything-llm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: anything-llm
33
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.
4-
version: 1.0.3
4+
version: 1.0.4
55
appVersion: 1.1.1
66
home: https://github.com/la-cc/anything-llm-helm-chart
77
maintainers:

0 commit comments

Comments
 (0)