From 4e1f6be84056ab88f2a4c6dd9d21b000ee33c825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Bedn=C3=A1rik?= Date: Sat, 14 Dec 2024 12:35:15 +0100 Subject: [PATCH] Bugfix: Fix CI and readme --- .github/workflows/helm-publish.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index 50af98e..25f838a 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -44,7 +44,7 @@ jobs: # Step 5: Package the Helm Chart - name: Package Helm Chart run: | - helm package helm/openspoolman --destination ./ + helm package helm/openspoolman --version=${{ env.VERSION }} --app-version=${{ env.VERSION }} --destination ./ # Step 6: Push the Helm Chart to GHCR - name: Push Helm Chart to GHCR diff --git a/README.md b/README.md index 428a583..f28c6d8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Run in docker by configuring config.env and running compose.yaml, you will need Run in kubernetes using helm chart, where you can configure the ingress with SSL. https://github.com/truecharts/public/blob/master/charts/library/common/values.yaml -### AUTO SPEND +### AUTO SPEND - Automatic filament usage based on slicer estimate You can turn this feature on to automatically update the spool usage in SpoolMan. This feature is using slicer information about predicted filament weight usage (and in future correlating it with the progress of the printer to compute the estimate of filament used).