File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.0.6
18
+ version : 2.0.7
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ This chart deploys home-orchestrator
5
5
## TL;DR
6
6
7
7
``` 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
9
10
```
10
11
11
12
# Overview
@@ -22,7 +23,7 @@ This chart assumes a full deployment of k3s with traefik, etc.
22
23
# Uninstalling the Chart
23
24
24
25
```
25
- helm delete home-security --namespace <namespace to use>
26
+ helm delete home-orchestrator --namespace <namespace to use>
26
27
```
27
28
28
29
# Parameters
You can’t perform that action at this time.
0 commit comments