Skip to content

Commit a52bf01

Browse files
authored
Merge pull request #22 from inventree/matmair-patch-1
metadata fixup
2 parents 71ad3cb + 17cf0ea commit a52bf01

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# helm-chart
22

3-
Home of official InvenTree helm chart(s)
3+
Home of official InvenTree helm chart(s).
4+
5+
For now this only contains a general use chart, but we are open for feedback and ideas on better supporting the breath of use cases and deployment configurations the community comes up with.

charts/inventree/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ keywords:
88
home: https://inventree.org/
99
sources:
1010
- https://github.com/inventree/InvenTree/
11-
icon: https://github.com/inventree/InvenTree/blob/master/assets/images/logo/inventree.svg
11+
icon: https://raw.githubusercontent.com/inventree/InvenTree/refs/heads/master/assets/images/logo/inventree.svg
1212
type: application
1313

1414
# Version info - CHANGEME
15-
version: 0.3.5
15+
version: 0.3.6
1616
appVersion: "1.1.12"
1717

1818
# Artifacthub annotations

charts/inventree/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
## Official InvenTree Chart
22

3-
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
4-
Helm's [documentation](https://helm.sh/docs) to get started.
3+
Chart for The Open Source Inventory and PLM Solution
54

6-
Once Helm has been set up correctly, add the repo as follows:
5+
[Helm](https://helm.sh/docs)) must be installed to use this chart.
76

8-
helm repo add inventree https://inventree.github.io/helm-chart
7+
Add the repo as follows:
98

10-
If you had already added this repo earlier, run `helm repo update` to retrieve
11-
the latest versions of the packages. You can then run `helm search repo
12-
trendmend` to see the charts.
9+
helm repo add inventree https://inventree.github.io/helm-chart
1310

1411
To install the inventree chart:
1512

@@ -19,5 +16,9 @@ To uninstall the chart:
1916

2017
helm uninstall my-inventree
2118

22-
Read the documentation regarding [configuration keys](https://docs.inventree.org/en/stable/start/config/).
19+
20+
Make sure to read the documentation regarding [configuration keys](https://docs.inventree.org/en/stable/start/config/).
21+
2322
Issues regrading docker deployment should be reported to [inventree/helm-charts](https://github.com/inventree/helm-charts/issues) all other issues / feature requests should be routed to the primary issue tracker [inventree/inventree](https://github.com/inventree/InvenTree/issues)
23+
24+
InvenTree suports a wiede variety of plugins, find a list on the [dedicated web page](https://inventree.org/plugins).

0 commit comments

Comments
 (0)