Skip to content

Commit acd72da

Browse files
authored
Merge pull request #6 from smarter-project/update-charts
Update helm charts README
2 parents fe7ee5c + 854219b commit acd72da

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: charts/home-orchestrator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.0.6
18+
version: 2.0.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

Diff for: charts/home-orchestrator/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This chart deploys home-orchestrator
55
## TL;DR
66

77
```console
8-
helm install --create-namespace --namespace <namespace to use> home-orchestrator home-orchestrator
8+
helm repo add home-orchestrator https://smarter-project.github.io/home-orchestrator/
9+
helm install --create-namespace --namespace <namespace to use> home-orchestrator home-orchestrator/home-orchestrator
910
```
1011

1112
# Overview
@@ -22,7 +23,7 @@ This chart assumes a full deployment of k3s with traefik, etc.
2223
# Uninstalling the Chart
2324

2425
```
25-
helm delete home-security --namespace <namespace to use>
26+
helm delete home-orchestrator --namespace <namespace to use>
2627
```
2728

2829
# Parameters

0 commit comments

Comments
 (0)