Bugfix: Fix CI and readme

This commit is contained in:
Filip Bednárik 2024-12-14 12:35:15 +01:00
parent ac1a391b18
commit 4e1f6be840
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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).