From 818d69915a2d101b70166450aa40b6c0b073188d Mon Sep 17 00:00:00 2001 From: Artem Lajko <110809333+la-cc@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:10:17 +0200 Subject: [PATCH] add readme over helm-docs next to Chart.yaml for artifacthub README ref --- .github/workflows/publish.yml | 1 + charts/anything-llm/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f138da..5ee17be 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/charts/anything-llm/Chart.yaml b/charts/anything-llm/Chart.yaml index 9433215..4a57043 100644 --- a/charts/anything-llm/Chart.yaml +++ b/charts/anything-llm/Chart.yaml @@ -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: