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