Bugfix: Fix CI and readme
This commit is contained in:
parent
ac1a391b18
commit
4e1f6be840
2
.github/workflows/helm-publish.yml
vendored
2
.github/workflows/helm-publish.yml
vendored
@ -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
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user